|
Intrepid
|
Public Member Functions | |
| 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). | |
| 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). | |
Private Attributes | |
| int | level_ |
| int | numPoints_ |
| const int | degree_ |
Definition at line 75 of file Intrepid_CubatureSparse.hpp.
| void Intrepid::CubatureSparse< Scalar, dimension_, ArrayPoint, ArrayWeight >::getCubature | ( | ArrayPoint & | cubPoints, |
| ArrayWeight & | cubWeights | ||
| ) | const [virtual] |
Returns cubature points and weights (return arrays must be pre-sized/pre-allocated).
| cubPoints | [out] - Array containing the cubature points. |
| cubWeights | [out] - Array of corresponding cubature weights. |
Implements Intrepid::Cubature< Scalar, ArrayPoint, ArrayWeight >.
Definition at line 137 of file Intrepid_CubatureSparseDef.hpp.
1.7.6.1