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 | Public Attributes | List of all members
PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType > Struct Template Reference

Public Types

typedef
Stokhos::TotalOrderBasis
< OrdinalType, ValueType > 
product_basis_type
 
typedef Stokhos::SmolyakBasis
< OrdinalType, ValueType > 
product_basis_type
 
typedef
Stokhos::TensorProductBasis
< OrdinalType, ValueType > 
product_basis_type
 

Public Member Functions

 UnitTestSetup ()
 
 UnitTestSetup ()
 
 UnitTestSetup ()
 

Public Attributes

ValueType rtol
 
ValueType atol
 
ValueType crtol
 
ValueType catol
 
OrdinalType sz
 
Teuchos::RCP< const
product_basis_type
basis
 
Teuchos::RCP< const
Stokhos::Quadrature
< OrdinalType, ValueType > > 
quad
 
Teuchos::RCP< const
Stokhos::PseudoSpectralOperator
< OrdinalType, ValueType > > 
ps_op
 
Teuchos::RCP
< Stokhos::Sparse3Tensor< int,
double > > 
Cijk
 
Teuchos::RCP
< Stokhos::Sparse3Tensor< int,
double > > 
Cijk_linear
 
Teuchos::RCP
< Stokhos::PseudoSpectralOrthogPolyExpansion
< OrdinalType, ValueType > > 
exp
 
Teuchos::RCP
< Stokhos::PseudoSpectralOrthogPolyExpansion
< OrdinalType, ValueType > > 
exp_linear
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
x
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
y
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
u
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
u2
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
cx
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
cu
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
cu2
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
sx
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
su
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
su2
 
ValueType a
 

Detailed Description

template<typename OrdinalType, typename ValueType>
struct PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >

Definition at line 23 of file Stokhos_QuadraturePseudoSpectralExpansionUnitTest.cpp.

Member Typedef Documentation

template<typename OrdinalType , typename ValueType >
typedef Stokhos::TotalOrderBasis<OrdinalType,ValueType> PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >::product_basis_type
template<typename OrdinalType , typename ValueType >
typedef Stokhos::SmolyakBasis<OrdinalType,ValueType> PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >::product_basis_type
template<typename OrdinalType , typename ValueType >
typedef Stokhos::TensorProductBasis<OrdinalType,ValueType> PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >::product_basis_type

Constructor & Destructor Documentation

template<typename OrdinalType , typename ValueType >
PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >::UnitTestSetup ( )
inline
template<typename OrdinalType , typename ValueType >
PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >::UnitTestSetup ( )
inline
template<typename OrdinalType , typename ValueType >
PseudoSpectralExpansionUnitTest::UnitTestSetup< OrdinalType, ValueType >::UnitTestSetup ( )
inline

Member Data Documentation

template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::rtol
template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::atol
template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::crtol
template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::catol
template<typename OrdinalType , typename ValueType >
OrdinalType UnitTestSetup< VecType, FadType >::sz
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< const product_basis_type > UnitTestSetup< VecType, FadType >::basis
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< const Stokhos::Quadrature< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::quad
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< const Stokhos::PseudoSpectralOperator< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::ps_op
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::Sparse3Tensor< int, double > > UnitTestSetup< VecType, FadType >::Cijk
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::Sparse3Tensor< int, double > > UnitTestSetup< VecType, FadType >::Cijk_linear
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::PseudoSpectralOrthogPolyExpansion< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::exp
template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::PseudoSpectralOrthogPolyExpansion< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::exp_linear
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::x
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::y
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::u
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::u2
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::cx
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::cu
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::cu2
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::sx
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::su
template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::su2
template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::a

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