Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Factory for building multivariate quadrature strategies. More...
#include <Stokhos_PseudoSpectralOperatorFactory.hpp>
Public Types | |
typedef Stokhos::PseudoSpectralOperator < ordinal_type, value_type > | psop_type |
Typename of generated pseudospectral operator. More... | |
Public Member Functions | |
PseudoSpectralOperatorFactory () | |
Constructor. More... | |
virtual | ~PseudoSpectralOperatorFactory () |
Destructor. More... | |
Static Public Member Functions | |
static Teuchos::RCP< const psop_type > | create (Teuchos::ParameterList &sgParams) |
Generate pseudospectral operator object. More... | |
Private Member Functions | |
PseudoSpectralOperatorFactory (const PseudoSpectralOperatorFactory &) | |
PseudoSpectralOperatorFactory & | operator= (const PseudoSpectralOperatorFactory &b) |
Factory for building multivariate quadrature strategies.
Definition at line 21 of file Stokhos_PseudoSpectralOperatorFactory.hpp.
typedef Stokhos::PseudoSpectralOperator<ordinal_type, value_type> Stokhos::PseudoSpectralOperatorFactory< ordinal_type, value_type >::psop_type |
Typename of generated pseudospectral operator.
Definition at line 28 of file Stokhos_PseudoSpectralOperatorFactory.hpp.
|
inline |
Constructor.
Definition at line 25 of file Stokhos_PseudoSpectralOperatorFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 28 of file Stokhos_PseudoSpectralOperatorFactory.hpp.
|
private |
|
static |
Generate pseudospectral operator object.
Definition at line 20 of file Stokhos_PseudoSpectralOperatorFactoryImp.hpp.
|
private |