|
dune-fem
2.8-git
|
#include <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... | |
| PyramidPoints () | |
| initialize quadrature points on the interval for all orders 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.
|
inline |
initialize quadrature points on the interval for all orders
|
inline |
Number of points in the quadrature rule m.
|
inline |
Actual order of quadrature rule m.
|
inline |
Access to the ith point of quadrature rule m.
|
inline |
Access to the ith weight of quadrature rule m.