Stokhos  Development
Public Member Functions | Protected Types | Protected Attributes | List of all members
Stokhos::DenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type > Class Template Reference

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

#include <Stokhos_DenseDirectDivisionExpansionStrategy.hpp>

Inheritance diagram for Stokhos::DenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >:
Inheritance graph
[legend]
Collaboration diagram for Stokhos::DenseDirectDivisionExpansionStrategy< ordinal_type, value_type, node_type >:
Collaboration graph
[legend]

Public Member Functions

 DenseDirectDivisionExpansionStrategy (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > &basis_, const Teuchos::RCP< const Stokhos::Sparse3Tensor< ordinal_type, value_type > > &Cijk_)
 Constructor.
 
virtual ~DenseDirectDivisionExpansionStrategy ()
 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_type > Cijk_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::SerialDenseMatrix< 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::SerialDenseSolver< ordinal_type, value_type > solver
 Serial dense solver.
 

Detailed Description

template<typename ordinal_type, typename value_type, typename node_type>
class Stokhos::DenseDirectDivisionExpansionStrategy< 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


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