Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType > Struct Template Reference

Public Member Functions

 UnitTestSetup ()
 

Public Attributes

ValueType rtol
 
ValueType atol
 
ValueType crtol
 
ValueType catol
 
OrdinalType sz
 
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< OrdinalType, ValueType > > basis
 
Teuchos::RCP< const Stokhos::Quadrature< OrdinalType, ValueType > > quad
 
Teuchos::RCP< Stokhos::Sparse3Tensor< int, double > > Cijk
 
Teuchos::RCP< Stokhos::Sparse3Tensor< int, double > > Cijk_linear
 
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion< OrdinalType, ValueType > > exp
 
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion< OrdinalType, ValueType > > exp_linear
 
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion< OrdinalType, ValueType > > qexp
 
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
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > c1
 
ValueType a
 
Teuchos::RCP< Stokhos::DenseDirectDivisionExpansionStrategy< int, double, Stokhos::StandardStorage< int, double > > > direct_division_strategy
 

Detailed Description

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

Definition at line 60 of file Stokhos_DivisionOperatorUnitTest.cpp.

Constructor & Destructor Documentation

◆ UnitTestSetup()

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

Definition at line 74 of file Stokhos_DivisionOperatorUnitTest.cpp.

Member Data Documentation

◆ rtol

template<typename OrdinalType , typename ValueType >
ValueType DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::rtol

Definition at line 61 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ atol

template<typename OrdinalType , typename ValueType >
ValueType DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::atol

Definition at line 61 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ crtol

template<typename OrdinalType , typename ValueType >
ValueType DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::crtol

Definition at line 62 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ catol

template<typename OrdinalType , typename ValueType >
ValueType DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::catol

Definition at line 62 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ sz

template<typename OrdinalType , typename ValueType >
OrdinalType DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::sz

Definition at line 63 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ basis

template<typename OrdinalType , typename ValueType >
Teuchos::RCP<const Stokhos::CompletePolynomialBasis<OrdinalType,ValueType> > DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::basis

Definition at line 64 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ quad

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

Definition at line 65 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ Cijk

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

Definition at line 66 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ Cijk_linear

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

Definition at line 66 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ exp

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion<OrdinalType,ValueType> > DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::exp

Definition at line 67 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ exp_linear

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion<OrdinalType,ValueType> > DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::exp_linear

Definition at line 67 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ qexp

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion<OrdinalType,ValueType> > DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::qexp

Definition at line 68 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ x

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ y

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ u

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ u2

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ cx

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ cu

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ cu2

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ sx

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ su

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ su2

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

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ c1

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::c1

Definition at line 69 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ a

template<typename OrdinalType , typename ValueType >
ValueType DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::a

Definition at line 70 of file Stokhos_DivisionOperatorUnitTest.cpp.

◆ direct_division_strategy

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::DenseDirectDivisionExpansionStrategy<int,double,Stokhos::StandardStorage<int, double> > > DivisionOperatorUnitTest::UnitTestSetup< OrdinalType, ValueType >::direct_division_strategy

Definition at line 71 of file Stokhos_DivisionOperatorUnitTest.cpp.


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