Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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]

Public Member Functions

 SGOperator ()
 Constructor.
 
virtual ~SGOperator ()
 Destructor.
 
virtual void setupOperator (const Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > &poly)=0
 Setup operator.
 
virtual Teuchos::RCP< Stokhos::EpetraOperatorOrthogPolygetSGPolynomial ()=0
 Get SG polynomial.
 
virtual Teuchos::RCP< const Stokhos::EpetraOperatorOrthogPolygetSGPolynomial () const =0
 Get SG polynomial.
 
- Public Member Functions inherited from Epetra_Operator
virtual ~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_CommComm () const=0
 
virtual const Epetra_MapOperatorDomainMap () const=0
 
virtual const Epetra_MapOperatorRangeMap () const=0
 

Detailed Description

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

Definition at line 57 of file Stokhos_SGOperator.hpp.

Constructor & Destructor Documentation

◆ SGOperator()

Stokhos::SGOperator::SGOperator ( )
inline

Constructor.

Definition at line 61 of file Stokhos_SGOperator.hpp.

◆ ~SGOperator()

virtual Stokhos::SGOperator::~SGOperator ( )
inlinevirtual

Destructor.

Definition at line 64 of file Stokhos_SGOperator.hpp.

Member Function Documentation

◆ setupOperator()

virtual void Stokhos::SGOperator::setupOperator ( const Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > & poly)
pure virtual

◆ getSGPolynomial() [1/2]

virtual Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > Stokhos::SGOperator::getSGPolynomial ( )
pure virtual

◆ getSGPolynomial() [2/2]

virtual Teuchos::RCP< const Stokhos::EpetraOperatorOrthogPoly > Stokhos::SGOperator::getSGPolynomial ( ) const
pure virtual

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