Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
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, ValueTypeu
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypev
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypeu_st
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypev_st
 

Detailed Description

template<typename Func>
struct Stieltjes_PCE_Setup< Func >

Definition at line 72 of file Stokhos_StieltjesUnitTest.cpp.

Member Typedef Documentation

◆ OrdinalType

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

Definition at line 73 of file Stokhos_StieltjesUnitTest.cpp.

◆ ValueType

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

Definition at line 74 of file Stokhos_StieltjesUnitTest.cpp.

Constructor & Destructor Documentation

◆ Stieltjes_PCE_Setup()

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

Definition at line 86 of file Stokhos_StieltjesUnitTest.cpp.

Member Data Documentation

◆ rtol

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

Definition at line 75 of file Stokhos_StieltjesUnitTest.cpp.

◆ atol

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

Definition at line 75 of file Stokhos_StieltjesUnitTest.cpp.

◆ func

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

Definition at line 76 of file Stokhos_StieltjesUnitTest.cpp.

◆ use_pce_quad_points

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

Definition at line 77 of file Stokhos_StieltjesUnitTest.cpp.

◆ sz

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

Definition at line 78 of file Stokhos_StieltjesUnitTest.cpp.

◆ st_sz

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

Definition at line 78 of file Stokhos_StieltjesUnitTest.cpp.

◆ basis

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

Definition at line 79 of file Stokhos_StieltjesUnitTest.cpp.

◆ exp

template<typename Func>
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion<OrdinalType,ValueType> > Stieltjes_PCE_Setup< Func >::exp

Definition at line 80 of file Stokhos_StieltjesUnitTest.cpp.

◆ st_1d_basis

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

Definition at line 81 of file Stokhos_StieltjesUnitTest.cpp.

◆ st_basis

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

Definition at line 82 of file Stokhos_StieltjesUnitTest.cpp.

◆ st_quad

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

Definition at line 83 of file Stokhos_StieltjesUnitTest.cpp.

◆ u

Definition at line 84 of file Stokhos_StieltjesUnitTest.cpp.

◆ v

Definition at line 84 of file Stokhos_StieltjesUnitTest.cpp.

◆ u_st

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

Definition at line 84 of file Stokhos_StieltjesUnitTest.cpp.

◆ v_st

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

Definition at line 84 of file Stokhos_StieltjesUnitTest.cpp.


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