ug4
ug::FlexGaussQuadrature< TRefElem > Class Template Reference

flexible order gauss quadrature More...

#include <gauss_quad.h>

+ Inheritance diagram for ug::FlexGaussQuadrature< TRefElem >:

Public Member Functions

 FlexGaussQuadrature (int order)
 Constructor. More...
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 FlexGaussQuadrature (int order)
 
 ~FlexGaussQuadrature ()
 Destructor. More...
 
- Public Member Functions inherited from ug::QuadratureRule< TRefElem::dim >
size_t order () const
 returns the order More...
 
const MathVector< dim > & point (size_t i) const
 returns i'th integration point More...
 
const MathVector< dim > * points () const
 returns all positions in an array of size() More...
 
 QuadratureRule ()
 constructor More...
 
size_t size () const
 number of integration points More...
 
number weight (size_t i) const
 return the i'th weight More...
 
const numberweights () const
 returns all weights in an array of size() More...
 
virtual ~QuadratureRule ()
 destructor More...
 

Additional Inherited Members

- Public Types inherited from ug::QuadratureRule< TRefElem::dim >
typedef MathVector< dimposition_type
 Position Type in Reference Element Space. More...
 
typedef number weight_type
 Type of weights. More...
 
- Static Public Attributes inherited from ug::QuadratureRule< TRefElem::dim >
static const int dim
 Dimension of Reference Element. More...
 
- Protected Attributes inherited from ug::QuadratureRule< TRefElem::dim >
size_t m_numPoints
 number of points More...
 
int m_order
 Order of rule. More...
 
const MathVector< dim > * m_pvPoint
 Integration points. More...
 
const numberm_pvWeight
 Weights. More...
 

Detailed Description

template<typename TRefElem>
class ug::FlexGaussQuadrature< TRefElem >

flexible order gauss quadrature

Providing gauss quadrature for an reference element. This class wrapps a static GaussQuadrature into the Quadrature interface.

Template Parameters
TRefElemReference Element Type

Constructor & Destructor Documentation

◆ FlexGaussQuadrature() [1/9]

template<typename TRefElem >
ug::FlexGaussQuadrature< TRefElem >::FlexGaussQuadrature ( int  order)

Constructor.

◆ ~FlexGaussQuadrature()

template<typename TRefElem >
ug::FlexGaussQuadrature< TRefElem >::~FlexGaussQuadrature ( )
inline

Destructor.

◆ FlexGaussQuadrature() [2/9]

◆ FlexGaussQuadrature() [3/9]

◆ FlexGaussQuadrature() [4/9]

◆ FlexGaussQuadrature() [5/9]

◆ FlexGaussQuadrature() [6/9]

◆ FlexGaussQuadrature() [7/9]

◆ FlexGaussQuadrature() [8/9]

◆ FlexGaussQuadrature() [9/9]


The documentation for this class was generated from the following file: