dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/pyramidpoints.hh>
Public Types | |
enum | { numQuads = 2 } |
enum | { MAXP = 8 } |
enum | { highest_order = 2 } |
Public Member Functions | |
const FieldVector< double, 3 > & | point (int m, int i) const |
Access to the ith point of quadrature rule m. More... | |
double | weight (int m, int i) const |
Access to the ith weight of quadrature rule m. More... | |
int | order (int m) const |
Actual order of quadrature rule m. More... | |
int | numPoints (int m) const |
Number of points in the quadrature rule m. More... | |
Static Public Member Functions | |
static const PyramidPoints & | instance () |
Access to the singleton object. More... | |
Single point of reference for the quadrature points for pyramids. This class is a singleton, i.e. all points for all quadratures are created once.
|
inlinestatic |
Access to the singleton object.
Referenced by Dune::Fem::PyramidQuadrature< FieldImp >::PyramidQuadrature().
|
inline |
Number of points in the quadrature rule m.
References MAXP, and numQuads.
Referenced by Dune::Fem::PyramidQuadrature< FieldImp >::PyramidQuadrature().
|
inline |
Actual order of quadrature rule m.
Referenced by Dune::Fem::PyramidQuadrature< FieldImp >::PyramidQuadrature().
|
inline |
Access to the ith point of quadrature rule m.
Referenced by Dune::Fem::PyramidQuadrature< FieldImp >::PyramidQuadrature().
|
inline |
Access to the ith weight of quadrature rule m.
Referenced by Dune::Fem::PyramidQuadrature< FieldImp >::PyramidQuadrature().