Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
Stokhos::PseudoSpectralOperatorFactory< ordinal_type, value_type > Class Template Reference

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 &)
 
PseudoSpectralOperatorFactoryoperator= (const PseudoSpectralOperatorFactory &b)
 

Detailed Description

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

Factory for building multivariate quadrature strategies.

Definition at line 21 of file Stokhos_PseudoSpectralOperatorFactory.hpp.

Member Typedef Documentation

template<typename ordinal_type , typename value_type >
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.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 25 of file Stokhos_PseudoSpectralOperatorFactory.hpp.

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

Destructor.

Definition at line 28 of file Stokhos_PseudoSpectralOperatorFactory.hpp.

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

Member Function Documentation

template<typename ordinal_type , typename value_type >
Teuchos::RCP< const typename Stokhos::PseudoSpectralOperatorFactory< ordinal_type, value_type >::psop_type > Stokhos::PseudoSpectralOperatorFactory< ordinal_type, value_type >::create ( Teuchos::ParameterList sgParams)
static

Generate pseudospectral operator object.

Definition at line 20 of file Stokhos_PseudoSpectralOperatorFactoryImp.hpp.

template<typename ordinal_type , typename value_type >
PseudoSpectralOperatorFactory& Stokhos::PseudoSpectralOperatorFactory< ordinal_type, value_type >::operator= ( const PseudoSpectralOperatorFactory< ordinal_type, value_type > &  b)
private

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