| 
    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... | |
  Public Member Functions inherited from Epetra_Operator | |
| virtual int | SetUseTranspose (bool UseTranspose)=0 | 
| virtual int | Apply (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const =0 | 
| virtual int | ApplyInverse (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const =0 | 
| virtual double | NormInf () const =0 | 
| virtual const char * | Label () const =0 | 
| virtual bool | UseTranspose () const =0 | 
| virtual bool | HasNormInf () const =0 | 
| virtual const Epetra_Comm & | Comm () const =0 | 
| virtual const Epetra_Map & | OperatorDomainMap () const =0 | 
| virtual const Epetra_Map & | OperatorRangeMap () const =0 | 
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.
 1.8.5