Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Types | Protected Attributes | Private Member Functions | List of all members
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 >:
Inheritance graph
[legend]

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. More...
 
virtual ~SPDDenseDirectDivisionExpansionStrategy ()
 Destructor. More...
 
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. More...
 
virtual ~DivisionExpansionStrategy ()
 Destructor. More...
 

Protected Types

typedef Stokhos::Sparse3Tensor
< ordinal_type, value_type > 
Cijk_type
 Short-hand for Cijk. More...
 

Protected Attributes

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

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 29 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

Member Typedef Documentation

template<typename ordinal_type , typename value_type , typename node_type >
typedef Stokhos::Sparse3Tensor<ordinal_type, value_type> Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::Cijk_type
protected

Short-hand for Cijk.

Definition at line 65 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

Constructor & Destructor Documentation

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 84 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

template<typename ordinal_type , typename value_type , typename node_type >
virtual Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::~SPDDenseDirectDivisionExpansionStrategy ( )
inlinevirtual

Destructor.

Definition at line 39 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

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

template<typename ordinal_type , typename value_type , typename node_type >
void Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::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 
)
virtual
template<typename ordinal_type , typename value_type , typename node_type >
SPDDenseDirectDivisionExpansionStrategy& Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::operator= ( const SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type > &  b)
private

Member Data Documentation

template<typename ordinal_type , typename value_type , typename node_type >
Teuchos::RCP<const Stokhos::OrthogPolyBasis<ordinal_type, value_type> > Stokhos::SPDDenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >::basis
protected
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 68 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

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 71 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.

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
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
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 76 of file Stokhos_SPDDenseDirectDivisionExpansionStrategy.hpp.


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