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. More... | |
virtual | ~QuadratureFactory () |
Destructor. More... | |
Static Public Member Functions | |
static Teuchos::RCP< const Stokhos::Quadrature < ordinal_type, value_type > > | create (Teuchos::ParameterList &sgParams) |
Generate quadrature object. More... | |
Private Member Functions | |
QuadratureFactory (const QuadratureFactory &) | |
QuadratureFactory & | operator= (const QuadratureFactory &b) |
Factory for building multivariate quadrature strategies.
Definition at line 21 of file Stokhos_QuadratureFactory.hpp.
|
inline |
Constructor.
Definition at line 25 of file Stokhos_QuadratureFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 28 of file Stokhos_QuadratureFactory.hpp.
|
private |
|
static |
Generate quadrature object.
Definition at line 20 of file Stokhos_QuadratureFactoryImp.hpp.
|
private |