|
| CubatureSparse (const int degree) |
|
virtual void | getCubature (ArrayPoint &cubPoints, ArrayWeight &cubWeights) const |
| Returns cubature points and weights (return arrays must be pre-sized/pre-allocated). More...
|
|
virtual void | getCubature (ArrayPoint &cubPoints, ArrayWeight &cubWeights, ArrayPoint &cellCoords) const |
| Returns cubature points and weights. Method for physical space cubature, throws an exception. More...
|
|
virtual int | getNumPoints () const |
| Returns the number of cubature points.
|
|
virtual int | getDimension () const |
| Returns dimension of the integration domain.
|
|
virtual void | getAccuracy (std::vector< int > &accuracy) const |
| Returns algebraic accuracy (e.g. max. degree of polynomial that is integrated exactly).
|
|
|
int | level_ |
|
int | numPoints_ |
|
const int | degree_ |
|
template<class Scalar, int dimension_, class ArrayPoint = FieldContainer<Scalar>, class ArrayWeight = ArrayPoint>
class Intrepid::CubatureSparse< Scalar, dimension_, ArrayPoint, ArrayWeight >
Definition at line 75 of file Intrepid_CubatureSparse.hpp.
template<class Scalar , int dimension_, class ArrayPoint , class ArrayWeight >
void Intrepid::CubatureSparse< Scalar, dimension_, ArrayPoint, ArrayWeight >::getCubature |
( |
ArrayPoint & |
cubPoints, |
|
|
ArrayWeight & |
cubWeights |
|
) |
| const |
|
virtual |
template<class Scalar , int dimension_, class ArrayPoint , class ArrayWeight >
void Intrepid::CubatureSparse< Scalar, dimension_, ArrayPoint, ArrayWeight >::getCubature |
( |
ArrayPoint & |
cubPoints, |
|
|
ArrayWeight & |
cubWeights, |
|
|
ArrayPoint & |
cellCoords |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: