|
Intrepid
|
Public Member Functions | |
| bool | addNode (Scalar new_node[D], Scalar weight) |
| void | copyToArrays (ArrayPoint &cubPoints, ArrayWeight &cubWeights) const |
| int | size () const |
Public Attributes | |
| Teuchos::Array< SGPoint< Scalar, D > > | nodes |
| Teuchos::Array< Scalar > | weights |
Definition at line 79 of file Intrepid_CubatureSparseHelper.hpp.
| bool Intrepid::SGNodes< Scalar, D, ArrayPoint, ArrayWeight >::addNode | ( | Scalar | new_node[D], |
| Scalar | weight | ||
| ) |
Definition at line 163 of file Intrepid_CubatureSparseHelper.hpp.
| void Intrepid::SGNodes< Scalar, D, ArrayPoint, ArrayWeight >::copyToArrays | ( | ArrayPoint & | cubPoints, |
| ArrayWeight & | cubWeights | ||
| ) | const |
Definition at line 230 of file Intrepid_CubatureSparseHelper.hpp.
|
inline |
Definition at line 86 of file Intrepid_CubatureSparseHelper.hpp.
| Teuchos::Array< SGPoint<Scalar, D> > Intrepid::SGNodes< Scalar, D, ArrayPoint, ArrayWeight >::nodes |
Definition at line 81 of file Intrepid_CubatureSparseHelper.hpp.
| Teuchos::Array< Scalar > Intrepid::SGNodes< Scalar, D, ArrayPoint, ArrayWeight >::weights |
Definition at line 82 of file Intrepid_CubatureSparseHelper.hpp.