Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Factory for building multivariate expansion strategies. More...
#include <Stokhos_ExpansionFactory.hpp>
Public Member Functions | |
ExpansionFactory () | |
Constructor. More... | |
virtual | ~ExpansionFactory () |
Destructor. More... | |
Static Public Member Functions | |
static Teuchos::RCP < Stokhos::OrthogPolyExpansion < ordinal_type, value_type > > | create (Teuchos::ParameterList &sgParams) |
Generate multivariate expansion. More... | |
Private Member Functions | |
ExpansionFactory (const ExpansionFactory &) | |
ExpansionFactory & | operator= (const ExpansionFactory &b) |
Factory for building multivariate expansion strategies.
Definition at line 21 of file Stokhos_ExpansionFactory.hpp.
|
inline |
Constructor.
Definition at line 25 of file Stokhos_ExpansionFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 28 of file Stokhos_ExpansionFactory.hpp.
|
private |
|
static |
Generate multivariate expansion.
Definition at line 25 of file Stokhos_ExpansionFactoryImp.hpp.
|
private |