ug4
|
#include <gauss_quad_vertex.h>
Public Member Functions | |
GaussQuadratureVertex () | |
Constructor. More... | |
Public Member Functions inherited from ug::QuadratureRule< 0 > | |
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 number * | weights () const |
returns all weights in an array of size() More... | |
virtual | ~QuadratureRule () |
destructor More... | |
Protected Attributes | |
MathVector< dim > | m_vPoint [1] |
integration points More... | |
number | m_vWeight [1] |
weights More... | |
Protected Attributes inherited from ug::QuadratureRule< 0 > | |
size_t | m_numPoints |
number of points More... | |
int | m_order |
Order of rule. More... | |
const MathVector< dim > * | m_pvPoint |
Integration points. More... | |
const number * | m_pvWeight |
Weights. More... | |
Additional Inherited Members | |
Public Types inherited from ug::QuadratureRule< 0 > | |
typedef MathVector< dim > | position_type |
Position Type in Reference Element Space. More... | |
typedef number | weight_type |
Type of weights. More... | |
Static Public Attributes inherited from ug::QuadratureRule< 0 > | |
static const int | dim |
Dimension of Reference Element. More... | |
|
inline |
Constructor.
References ug::QuadratureRule< 0 >::m_numPoints, ug::QuadratureRule< 0 >::m_order, ug::QuadratureRule< 0 >::m_pvPoint, ug::QuadratureRule< 0 >::m_pvWeight, m_vPoint, and m_vWeight.
|
protected |
integration points
Referenced by GaussQuadratureVertex().
|
protected |
weights
Referenced by GaussQuadratureVertex().