Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
An abstract class to represent a generic stochastic Galerkin operator as an Epetra_Operator. More...
#include <Stokhos_SGOperator.hpp>
Public Member Functions | |
SGOperator () | |
Constructor. More... | |
virtual | ~SGOperator () |
Destructor. More... | |
virtual void | setupOperator (const Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > &poly)=0 |
Setup operator. More... | |
virtual Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > | getSGPolynomial ()=0 |
Get SG polynomial. More... | |
virtual Teuchos::RCP< const Stokhos::EpetraOperatorOrthogPoly > | getSGPolynomial () const =0 |
Get SG polynomial. More... | |
An abstract class to represent a generic stochastic Galerkin operator as an Epetra_Operator.
Definition at line 57 of file Stokhos_SGOperator.hpp.
|
inline |
Constructor.
Definition at line 61 of file Stokhos_SGOperator.hpp.
|
inlinevirtual |
Destructor.
Definition at line 64 of file Stokhos_SGOperator.hpp.
|
pure virtual |
Setup operator.
Implemented in Stokhos::KLReducedMatrixFreeOperator, Stokhos::InterlacedOperator, Stokhos::MatrixFreeOperator, Stokhos::FullyAssembledOperator, and Stokhos::KLMatrixFreeOperator.
|
pure virtual |
Get SG polynomial.
Implemented in Stokhos::KLReducedMatrixFreeOperator, Stokhos::InterlacedOperator, Stokhos::MatrixFreeOperator, Stokhos::FullyAssembledOperator, and Stokhos::KLMatrixFreeOperator.
|
pure virtual |
Get SG polynomial.
Implemented in Stokhos::KLReducedMatrixFreeOperator, Stokhos::InterlacedOperator, Stokhos::MatrixFreeOperator, Stokhos::FullyAssembledOperator, and Stokhos::KLMatrixFreeOperator.