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
Stieltjes_PCE_Setup< Func > Struct Template Reference

Public Types

typedef Func::OrdinalType OrdinalType
 
typedef Func::ValueType ValueType
 

Public Member Functions

 Stieltjes_PCE_Setup (bool use_pce_quad_points_)
 

Public Attributes

ValueType rtol
 
ValueType atol
 
Func func
 
bool use_pce_quad_points
 
OrdinalType sz
 
OrdinalType st_sz
 
Teuchos::RCP< const
Stokhos::CompletePolynomialBasis
< OrdinalType, ValueType > > 
basis
 
Teuchos::RCP
< Stokhos::QuadOrthogPolyExpansion
< OrdinalType, ValueType > > 
exp
 
Teuchos::RCP< const
Stokhos::StieltjesPCEBasis
< OrdinalType, ValueType > > 
st_1d_basis
 
Teuchos::RCP< const
Stokhos::CompletePolynomialBasis
< OrdinalType, ValueType > > 
st_basis
 
Teuchos::RCP< const
Stokhos::Quadrature
< OrdinalType, ValueType > > 
st_quad
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType
u
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType
v
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType
u_st
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType
v_st
 

Detailed Description

template<typename Func>
struct Stieltjes_PCE_Setup< Func >

Definition at line 38 of file Stokhos_StieltjesUnitTest.cpp.

Member Typedef Documentation

template<typename Func>
typedef Func::OrdinalType Stieltjes_PCE_Setup< Func >::OrdinalType

Definition at line 39 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
typedef Func::ValueType Stieltjes_PCE_Setup< Func >::ValueType

Definition at line 40 of file Stokhos_StieltjesUnitTest.cpp.

Constructor & Destructor Documentation

template<typename Func>
Stieltjes_PCE_Setup< Func >::Stieltjes_PCE_Setup ( bool  use_pce_quad_points_)
inline

Definition at line 52 of file Stokhos_StieltjesUnitTest.cpp.

Member Data Documentation

template<typename Func>
ValueType Stieltjes_PCE_Setup< Func >::rtol

Definition at line 41 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
ValueType Stieltjes_PCE_Setup< Func >::atol

Definition at line 41 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
Func Stieltjes_PCE_Setup< Func >::func

Definition at line 42 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
bool Stieltjes_PCE_Setup< Func >::use_pce_quad_points

Definition at line 43 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
OrdinalType Stieltjes_PCE_Setup< Func >::sz

Definition at line 44 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
OrdinalType Stieltjes_PCE_Setup< Func >::st_sz

Definition at line 44 of file Stokhos_StieltjesUnitTest.cpp.

Definition at line 45 of file Stokhos_StieltjesUnitTest.cpp.

Definition at line 46 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
Teuchos::RCP<const Stokhos::StieltjesPCEBasis<OrdinalType,ValueType> > Stieltjes_PCE_Setup< Func >::st_1d_basis

Definition at line 47 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
Teuchos::RCP<const Stokhos::CompletePolynomialBasis<OrdinalType,ValueType> > Stieltjes_PCE_Setup< Func >::st_basis

Definition at line 48 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
Teuchos::RCP<const Stokhos::Quadrature<OrdinalType,ValueType> > Stieltjes_PCE_Setup< Func >::st_quad

Definition at line 49 of file Stokhos_StieltjesUnitTest.cpp.

Definition at line 50 of file Stokhos_StieltjesUnitTest.cpp.

Definition at line 50 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> Stieltjes_PCE_Setup< Func >::u_st

Definition at line 50 of file Stokhos_StieltjesUnitTest.cpp.

template<typename Func>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> Stieltjes_PCE_Setup< Func >::v_st

Definition at line 50 of file Stokhos_StieltjesUnitTest.cpp.


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