Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Member Functions | Public Attributes | List of all members
GramSchmidt_PCE_Setup< OrdinalType, ValueType > Struct Template Reference

Public Member Functions

 GramSchmidt_PCE_Setup ()
 

Public Attributes

ValueType rtol
 
ValueType atol
 
OrdinalType sz
 
OrdinalType gs_sz
 
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< OrdinalType, ValueType > > basis
 
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion< OrdinalType, ValueType > > exp
 
Teuchos::RCP< const Stokhos::GramSchmidtBasis< OrdinalType, ValueType > > gs_basis
 
Teuchos::RCP< const Stokhos::Quadrature< OrdinalType, ValueType > > gs_quad
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > u
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > v
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > w
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > u_gs
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > v_gs
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > w_gs
 

Detailed Description

template<typename OrdinalType, typename ValueType>
struct GramSchmidt_PCE_Setup< OrdinalType, ValueType >

Definition at line 89 of file Stokhos_GramSchmidtUnitTest.cpp.

Constructor & Destructor Documentation

◆ GramSchmidt_PCE_Setup()

template<typename OrdinalType, typename ValueType>
GramSchmidt_PCE_Setup< OrdinalType, ValueType >::GramSchmidt_PCE_Setup ( )
inline

Definition at line 98 of file Stokhos_GramSchmidtUnitTest.cpp.

Member Data Documentation

◆ rtol

template<typename OrdinalType, typename ValueType>
ValueType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::rtol

Definition at line 90 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ atol

template<typename OrdinalType, typename ValueType>
ValueType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::atol

Definition at line 90 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ sz

template<typename OrdinalType, typename ValueType>
OrdinalType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::sz

Definition at line 91 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ gs_sz

template<typename OrdinalType, typename ValueType>
OrdinalType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::gs_sz

Definition at line 91 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ basis

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

Definition at line 92 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ exp

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

Definition at line 93 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ gs_basis

template<typename OrdinalType, typename ValueType>
Teuchos::RCP<const Stokhos::GramSchmidtBasis<OrdinalType,ValueType> > GramSchmidt_PCE_Setup< OrdinalType, ValueType >::gs_basis

Definition at line 94 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ gs_quad

template<typename OrdinalType, typename ValueType>
Teuchos::RCP<const Stokhos::Quadrature<OrdinalType,ValueType> > GramSchmidt_PCE_Setup< OrdinalType, ValueType >::gs_quad

Definition at line 95 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ u

template<typename OrdinalType, typename ValueType>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::u

Definition at line 96 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ v

template<typename OrdinalType, typename ValueType>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::v

Definition at line 96 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ w

template<typename OrdinalType, typename ValueType>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::w

Definition at line 96 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ u_gs

template<typename OrdinalType, typename ValueType>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::u_gs

Definition at line 96 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ v_gs

template<typename OrdinalType, typename ValueType>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::v_gs

Definition at line 96 of file Stokhos_GramSchmidtUnitTest.cpp.

◆ w_gs

template<typename OrdinalType, typename ValueType>
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::w_gs

Definition at line 96 of file Stokhos_GramSchmidtUnitTest.cpp.


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