|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Abstract base class for quadrature methods. More...
#include <Stokhos_Quadrature.hpp>

Public Member Functions | |
| Quadrature () | |
| Constructor. More... | |
| virtual | ~Quadrature () |
| Destructor. More... | |
| virtual ordinal_type | size () const =0 |
| Get number of quadrature points. More... | |
| virtual const Teuchos::Array < Teuchos::Array< value_type > > & | getQuadPoints () const =0 |
| Get quadrature points. More... | |
| virtual const Teuchos::Array < value_type > & | getQuadWeights () const =0 |
| Get quadrature weights. More... | |
| virtual const Teuchos::Array < Teuchos::Array< value_type > > & | getBasisAtQuadPoints () const =0 |
| Get values of basis at quadrature points. More... | |
| virtual std::ostream & | print (std::ostream &os) const =0 |
| Print quadrature data. More... | |
Private Member Functions | |
| Quadrature (const Quadrature &) | |
| Quadrature & | operator= (const Quadrature &b) |
Abstract base class for quadrature methods.
Definition at line 54 of file Stokhos_Quadrature.hpp.
|
inline |
Constructor.
Definition at line 58 of file Stokhos_Quadrature.hpp.
|
inlinevirtual |
Destructor.
Definition at line 61 of file Stokhos_Quadrature.hpp.
|
private |
|
pure virtual |
Get number of quadrature points.
Implemented in Stokhos::SmolyakSparseGridQuadrature< ordinal_type, value_type, point_compare_type >, Stokhos::TensorProductQuadrature< ordinal_type, value_type >, and Stokhos::UserDefinedQuadrature< ordinal_type, value_type >.
|
pure virtual |
Get quadrature points.
Array is dimensioned Q-by-d where Q is the number of quadrature points and d is the dimension of the basis.
Implemented in Stokhos::SmolyakSparseGridQuadrature< ordinal_type, value_type, point_compare_type >, Stokhos::TensorProductQuadrature< ordinal_type, value_type >, and Stokhos::UserDefinedQuadrature< ordinal_type, value_type >.
|
pure virtual |
Get quadrature weights.
Array is of size Q where Q is the number of quadrature points.
Implemented in Stokhos::SmolyakSparseGridQuadrature< ordinal_type, value_type, point_compare_type >, Stokhos::TensorProductQuadrature< ordinal_type, value_type >, and Stokhos::UserDefinedQuadrature< ordinal_type, value_type >.
|
pure virtual |
Get values of basis at quadrature points.
Array is dimensioned Q-by-P where Q is the number of quadrature points and P is the size of the basis.
Implemented in Stokhos::SmolyakSparseGridQuadrature< ordinal_type, value_type, point_compare_type >, Stokhos::TensorProductQuadrature< ordinal_type, value_type >, and Stokhos::UserDefinedQuadrature< ordinal_type, value_type >.
|
pure virtual |
|
private |
1.8.5