Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Factory for building multivariate quadrature strategies. More...
#include <Stokhos_QuadratureFactory.hpp>
Public Member Functions | |
QuadratureFactory () | |
Constructor. | |
virtual | ~QuadratureFactory () |
Destructor. | |
Static Public Member Functions | |
static Teuchos::RCP< const Stokhos::Quadrature< ordinal_type, value_type > > | create (Teuchos::ParameterList &sgParams) |
Generate quadrature object. | |
Private Member Functions | |
QuadratureFactory (const QuadratureFactory &) | |
QuadratureFactory & | operator= (const QuadratureFactory &b) |
Factory for building multivariate quadrature strategies.
Definition at line 55 of file Stokhos_QuadratureFactory.hpp.
|
inline |
Constructor.
Definition at line 59 of file Stokhos_QuadratureFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 62 of file Stokhos_QuadratureFactory.hpp.
|
private |
|
static |
Generate quadrature object.
Definition at line 53 of file Stokhos_QuadratureFactoryImp.hpp.
|
private |