Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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_typebasis
 
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 57 of file Stokhos_QuadraturePseudoSpectralExpansionUnitTest.cpp.

Member Typedef Documentation

◆ product_basis_type [1/3]

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

◆ product_basis_type [2/3]

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

◆ product_basis_type [3/3]

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

Constructor & Destructor Documentation

◆ UnitTestSetup() [1/3]

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

◆ UnitTestSetup() [2/3]

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

◆ UnitTestSetup() [3/3]

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

Member Data Documentation

◆ rtol

template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::rtol

◆ atol

template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::atol

◆ crtol

template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::crtol

◆ catol

template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::catol

◆ sz

template<typename OrdinalType , typename ValueType >
OrdinalType UnitTestSetup< VecType, FadType >::sz

◆ basis

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< const product_basis_type > UnitTestSetup< VecType, FadType >::basis

◆ quad

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< const Stokhos::Quadrature< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::quad

◆ ps_op

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< const Stokhos::PseudoSpectralOperator< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::ps_op

◆ Cijk

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::Sparse3Tensor< int, double > > UnitTestSetup< VecType, FadType >::Cijk

◆ Cijk_linear

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::Sparse3Tensor< int, double > > UnitTestSetup< VecType, FadType >::Cijk_linear

◆ exp

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::PseudoSpectralOrthogPolyExpansion< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::exp

◆ exp_linear

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::PseudoSpectralOrthogPolyExpansion< OrdinalType, ValueType > > UnitTestSetup< VecType, FadType >::exp_linear

◆ x

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::x

◆ y

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::y

◆ u

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::u

◆ u2

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::u2

◆ cx

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::cx

◆ cu

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::cu

◆ cu2

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::cu2

◆ sx

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::sx

◆ su

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::su

◆ su2

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > UnitTestSetup< VecType, FadType >::su2

◆ a

template<typename OrdinalType , typename ValueType >
ValueType UnitTestSetup< VecType, FadType >::a

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