Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos::ExpansionFactory< ordinal_type, value_type > Class Template Reference

Factory for building multivariate expansion strategies. More...

#include <Stokhos_ExpansionFactory.hpp>

Public Member Functions

 ExpansionFactory ()
 Constructor.
virtual ~ExpansionFactory ()
 Destructor.

Static Public Member Functions

static Teuchos::RCP< Stokhos::OrthogPolyExpansion< ordinal_type, value_type > > create (Teuchos::ParameterList &sgParams)
 Generate multivariate expansion.

Private Member Functions

 ExpansionFactory (const ExpansionFactory &)
ExpansionFactoryoperator= (const ExpansionFactory &b)

Detailed Description

template<typename ordinal_type, typename value_type>
class Stokhos::ExpansionFactory< ordinal_type, value_type >

Factory for building multivariate expansion strategies.

Definition at line 55 of file Stokhos_ExpansionFactory.hpp.

Constructor & Destructor Documentation

◆ ExpansionFactory() [1/2]

template<typename ordinal_type, typename value_type>
Stokhos::ExpansionFactory< ordinal_type, value_type >::ExpansionFactory ( )
inline

Constructor.

Definition at line 59 of file Stokhos_ExpansionFactory.hpp.

◆ ~ExpansionFactory()

template<typename ordinal_type, typename value_type>
virtual Stokhos::ExpansionFactory< ordinal_type, value_type >::~ExpansionFactory ( )
inlinevirtual

Destructor.

Definition at line 62 of file Stokhos_ExpansionFactory.hpp.

◆ ExpansionFactory() [2/2]

template<typename ordinal_type, typename value_type>
Stokhos::ExpansionFactory< ordinal_type, value_type >::ExpansionFactory ( const ExpansionFactory< ordinal_type, value_type > & )
private

Member Function Documentation

◆ create()

template<typename ordinal_type, typename value_type>
Teuchos::RCP< Stokhos::OrthogPolyExpansion< ordinal_type, value_type > > Stokhos::ExpansionFactory< ordinal_type, value_type >::create ( Teuchos::ParameterList & sgParams)
static

Generate multivariate expansion.

Definition at line 58 of file Stokhos_ExpansionFactoryImp.hpp.

◆ operator=()


The documentation for this class was generated from the following files: