Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type > Class Template Reference

Strategy interface for computing PCE of a/b using only b[0]. More...

#include <Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp>

Inheritance diagram for Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >:

Public Member Functions

 SPDDenseDirectDivisionExpansionStrategy (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > &basis_, const Teuchos::RCP< const Stokhos::Sparse3Tensor< ordinal_type, value_type > > &Cijk_)
 Constructor.
virtual ~SPDDenseDirectDivisionExpansionStrategy ()
 Destructor.
virtual void divide (Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &alpha, const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &b, const value_type &beta)
Public Member Functions inherited from Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >
 DivisionExpansionStrategy ()
 Constructor.
virtual ~DivisionExpansionStrategy ()
 Destructor.

Protected Types

typedef Stokhos::Sparse3Tensor< ordinal_type, value_typeCijk_type
 Short-hand for Cijk.

Protected Attributes

Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > basis
 Basis.
Teuchos::RCP< const Cijk_typeCijk
 Triple product.
Teuchos::RCP< Teuchos::SerialSymDenseMatrix< ordinal_type, value_type > > A
 Dense matrices for linear system.
Teuchos::RCP< Teuchos::SerialDenseMatrix< ordinal_type, value_type > > X
Teuchos::RCP< Teuchos::SerialDenseMatrix< ordinal_type, value_type > > B
Teuchos::SerialSpdDenseSolver< ordinal_type, value_typesolver
 Serial dense solver.

Private Member Functions

 SPDDenseDirectDivisionExpansionStrategy (const SPDDenseDirectDivisionExpansionStrategy &)
SPDDenseDirectDivisionExpansionStrategyoperator= (const SPDDenseDirectDivisionExpansionStrategy &b)

Detailed Description

template<typename ordinal_type, typename value_type, typename node_type>
class Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >

Strategy interface for computing PCE of a/b using only b[0].

Such a strategy is only useful when the division occurs in a preconditioner

Definition at line 63 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

Member Typedef Documentation

◆ Cijk_type

Constructor & Destructor Documentation

◆ SPDDenseDirectDivisionExpansionStrategy() [1/2]

template<typename ordinal_type, typename value_type, typename node_type>
Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::SPDDenseDirectDivisionExpansionStrategy ( const Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > & basis_,
const Teuchos::RCP< const Stokhos::Sparse3Tensor< ordinal_type, value_type > > & Cijk_ )

Constructor.

Definition at line 117 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

◆ ~SPDDenseDirectDivisionExpansionStrategy()

◆ SPDDenseDirectDivisionExpansionStrategy() [2/2]

template<typename ordinal_type, typename value_type, typename node_type>
Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::SPDDenseDirectDivisionExpansionStrategy ( const SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type > & )
private

Member Function Documentation

◆ divide()

◆ operator=()

Member Data Documentation

◆ basis

◆ Cijk

template<typename ordinal_type, typename value_type, typename node_type>
Teuchos::RCP<const Cijk_type> Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::Cijk
protected

Triple product.

Definition at line 102 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

◆ A

template<typename ordinal_type, typename value_type, typename node_type>
Teuchos::RCP< Teuchos::SerialSymDenseMatrix<ordinal_type,value_type> > Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::A
protected

Dense matrices for linear system.

Definition at line 105 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

◆ X

template<typename ordinal_type, typename value_type, typename node_type>
Teuchos::RCP< Teuchos::SerialDenseMatrix<ordinal_type,value_type> > Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::X
protected

◆ B

template<typename ordinal_type, typename value_type, typename node_type>
Teuchos::RCP< Teuchos::SerialDenseMatrix<ordinal_type,value_type> > Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::B
protected

◆ solver

template<typename ordinal_type, typename value_type, typename node_type>
Teuchos::SerialSpdDenseSolver<ordinal_type,value_type> Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::solver
protected

Serial dense solver.

Definition at line 110 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.


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