Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
Stokhos::SGOperator Class Referenceabstract

An abstract class to represent a generic stochastic Galerkin operator as an Epetra_Operator. More...

#include <Stokhos_SGOperator.hpp>

Inheritance diagram for Stokhos::SGOperator:
Inheritance graph
[legend]
Collaboration diagram for Stokhos::SGOperator:
Collaboration graph
[legend]

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.
 

Detailed Description

An abstract class to represent a generic stochastic Galerkin operator as an Epetra_Operator.


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