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
UnitTestSetup< VecType, FadType > Struct Template Reference

Public Types

typedef
Teuchos::ValueTypeSerializer
< int, VecType > 
VecSerializerT
 
typedef Sacado::mpl::apply
< FadType, VecType >::type 
FadVecType
 
typedef
Teuchos::ValueTypeSerializer
< int, FadVecType
FadVecSerializerT
 
typedef
Teuchos::ValueTypeSerializer
< int, VecType > 
VecSerializerT
 
typedef Sacado::mpl::apply
< FadType, VecType >::type 
FadVecType
 
typedef
Teuchos::ValueTypeSerializer
< int, FadVecType
FadVecSerializerT
 
typedef VectorType vec_type
 
typedef vec_type::value_type value_type
 
typedef
Teuchos::ValueTypeSerializer
< int, PCEType
PCESerializerT
 
typedef Sacado::mpl::apply
< FadType, PCEType >::type 
FadPCEType
 
typedef
Teuchos::ValueTypeSerializer
< int, FadPCEType
FadPCESerializerT
 
typedef
Teuchos::ValueTypeSerializer
< int, PCEType
PCESerializerT
 
typedef Sacado::mpl::apply
< FadType, PCEType >::type 
FadPCEType
 
typedef
Teuchos::ValueTypeSerializer
< int, FadPCEType
FadPCESerializerT
 
typedef PCEType::cijk_type kokkos_cijk_type
 
typedef
Teuchos::ValueTypeSerializer
< int, PCEType
PCESerializerT
 
typedef Sacado::mpl::apply
< FadType, PCEType >::type 
FadPCEType
 
typedef
Teuchos::ValueTypeSerializer
< int, FadPCEType
FadPCESerializerT
 
typedef PCEType::cijk_type kokkos_cijk_type
 
typedef
Teuchos::ValueTypeSerializer
< int, PCEType
PCESerializerT
 
typedef Sacado::mpl::apply
< FadType, PCEType >::type 
FadPCEType
 
typedef
Teuchos::ValueTypeSerializer
< int, FadPCEType
FadPCESerializerT
 

Public Member Functions

 UnitTestSetup ()
 
 UnitTestSetup ()
 
 UnitTestSetup ()
 
 UnitTestSetup ()
 
 UnitTestSetup ()
 
 UnitTestSetup ()
 
 UnitTestSetup ()
 

Public Attributes

int sz
 
RCP< VecSerializerTvec_serializer
 
RCP< FadVecSerializerTfad_vec_serializer
 
double rtol
 
double atol
 
double crtol
 
double catol
 
vec_type x
 
vec_type y
 
vec_type cx
 
value_type a
 
RCP< const
Stokhos::CompletePolynomialBasis
< int, double > > 
basis
 
RCP< Stokhos::Sparse3Tensor
< int, double > > 
Cijk
 
RCP
< Stokhos::AlgebraicOrthogPolyExpansion
< int, double > > 
exp
 
RCP< PCESerializerTpce_serializer
 
RCP< FadPCESerializerTfad_pce_serializer
 
kokkos_cijk_type kokkos_cijk
 

Detailed Description

template<typename VecType, typename FadType>
struct UnitTestSetup< VecType, FadType >

Definition at line 40 of file Stokhos_SacadoMPVectorCommTests.cpp.

Member Typedef Documentation

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, VecType> UnitTestSetup< VecType, FadType >::VecSerializerT

Definition at line 43 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
typedef Sacado::mpl::apply<FadType,VecType>::type UnitTestSetup< VecType, FadType >::FadVecType

Definition at line 46 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, FadVecType> UnitTestSetup< VecType, FadType >::FadVecSerializerT

Definition at line 47 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, VecType> UnitTestSetup< VecType, FadType >::VecSerializerT

Definition at line 39 of file Stokhos_SacadoMPVectorSerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Sacado::mpl::apply<FadType,VecType>::type UnitTestSetup< VecType, FadType >::FadVecType

Definition at line 42 of file Stokhos_SacadoMPVectorSerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, FadVecType> UnitTestSetup< VecType, FadType >::FadVecSerializerT

Definition at line 43 of file Stokhos_SacadoMPVectorSerializationTests.cpp.

template<typename VecType, typename FadType>
typedef VectorType UnitTestSetup< VecType, FadType >::vec_type

Definition at line 32 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
typedef vec_type::value_type UnitTestSetup< VecType, FadType >::value_type

Definition at line 33 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, PCEType> UnitTestSetup< VecType, FadType >::PCESerializerT

Definition at line 35 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef Sacado::mpl::apply<FadType,PCEType>::type UnitTestSetup< VecType, FadType >::FadPCEType

Definition at line 38 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, FadPCEType> UnitTestSetup< VecType, FadType >::FadPCESerializerT

Definition at line 39 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, PCEType> UnitTestSetup< VecType, FadType >::PCESerializerT

Definition at line 31 of file Stokhos_SacadoPCESerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Sacado::mpl::apply<FadType,PCEType>::type UnitTestSetup< VecType, FadType >::FadPCEType

Definition at line 34 of file Stokhos_SacadoPCESerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, FadPCEType> UnitTestSetup< VecType, FadType >::FadPCESerializerT

Definition at line 35 of file Stokhos_SacadoPCESerializationTests.cpp.

template<typename VecType, typename FadType>
typedef PCEType::cijk_type UnitTestSetup< VecType, FadType >::kokkos_cijk_type

Definition at line 35 of file Stokhos_SacadoUQPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, PCEType> UnitTestSetup< VecType, FadType >::PCESerializerT

Definition at line 38 of file Stokhos_SacadoUQPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef Sacado::mpl::apply<FadType,PCEType>::type UnitTestSetup< VecType, FadType >::FadPCEType

Definition at line 41 of file Stokhos_SacadoUQPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, FadPCEType> UnitTestSetup< VecType, FadType >::FadPCESerializerT

Definition at line 42 of file Stokhos_SacadoUQPCECommTests.cpp.

template<typename VecType, typename FadType>
typedef PCEType::cijk_type UnitTestSetup< VecType, FadType >::kokkos_cijk_type

Definition at line 31 of file Stokhos_SacadoUQPCESerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, PCEType> UnitTestSetup< VecType, FadType >::PCESerializerT

Definition at line 34 of file Stokhos_SacadoUQPCESerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Sacado::mpl::apply<FadType,PCEType>::type UnitTestSetup< VecType, FadType >::FadPCEType

Definition at line 37 of file Stokhos_SacadoUQPCESerializationTests.cpp.

template<typename VecType, typename FadType>
typedef Teuchos::ValueTypeSerializer<int, FadPCEType> UnitTestSetup< VecType, FadType >::FadPCESerializerT

Definition at line 38 of file Stokhos_SacadoUQPCESerializationTests.cpp.

Constructor & Destructor Documentation

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 50 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 46 of file Stokhos_SacadoMPVectorSerializationTests.cpp.

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 41 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 43 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 39 of file Stokhos_SacadoPCESerializationTests.cpp.

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 46 of file Stokhos_SacadoUQPCECommTests.cpp.

template<typename VecType, typename FadType>
UnitTestSetup< VecType, FadType >::UnitTestSetup ( )
inline

Definition at line 42 of file Stokhos_SacadoUQPCESerializationTests.cpp.

Member Data Documentation

template<typename VecType, typename FadType>
int UnitTestSetup< VecType, FadType >::sz

Definition at line 41 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
RCP< VecSerializerT > UnitTestSetup< VecType, FadType >::vec_serializer

Definition at line 44 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
RCP< FadVecSerializerT > UnitTestSetup< VecType, FadType >::fad_vec_serializer

Definition at line 48 of file Stokhos_SacadoMPVectorCommTests.cpp.

template<typename VecType, typename FadType>
double UnitTestSetup< VecType, FadType >::rtol

Definition at line 35 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
double UnitTestSetup< VecType, FadType >::atol

Definition at line 35 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
double UnitTestSetup< VecType, FadType >::crtol

Definition at line 36 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
double UnitTestSetup< VecType, FadType >::catol

Definition at line 36 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
vec_type UnitTestSetup< VecType, FadType >::x

Definition at line 38 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
vec_type UnitTestSetup< VecType, FadType >::y

Definition at line 38 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
vec_type UnitTestSetup< VecType, FadType >::cx

Definition at line 38 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
value_type UnitTestSetup< VecType, FadType >::a

Definition at line 39 of file Stokhos_SacadoMPVectorUnitTest.cpp.

template<typename VecType, typename FadType>
RCP< const Stokhos::CompletePolynomialBasis< int, double > > UnitTestSetup< VecType, FadType >::basis

Definition at line 31 of file Stokhos_SacadoPCECommTests.cpp.

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

Definition at line 32 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
RCP< Stokhos::AlgebraicOrthogPolyExpansion< int, double > > UnitTestSetup< VecType, FadType >::exp

Definition at line 33 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
RCP< PCESerializerT > UnitTestSetup< VecType, FadType >::pce_serializer

Definition at line 36 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
RCP< FadPCESerializerT > UnitTestSetup< VecType, FadType >::fad_pce_serializer

Definition at line 40 of file Stokhos_SacadoPCECommTests.cpp.

template<typename VecType, typename FadType>
kokkos_cijk_type UnitTestSetup< VecType, FadType >::kokkos_cijk

Definition at line 36 of file Stokhos_SacadoUQPCECommTests.cpp.


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