Stokhos
Development
|
An abstract class to represent a generic stochastic Galerkin operator as an Epetra_Operator. More...
#include <Stokhos_SGOperator.hpp>
Public Member Functions | |
SGOperator () | |
Constructor. | |
virtual | ~SGOperator () |
Destructor. | |
virtual void | setupOperator (const Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > &poly)=0 |
Setup operator. | |
virtual Teuchos::RCP < Stokhos::EpetraOperatorOrthogPoly > | getSGPolynomial ()=0 |
Get SG polynomial. | |
virtual Teuchos::RCP< const Stokhos::EpetraOperatorOrthogPoly > | getSGPolynomial () const =0 |
Get SG polynomial. | |
An abstract class to represent a generic stochastic Galerkin operator as an Epetra_Operator.