Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
An abstract class to represent a generic stochastic Galerkin preconditioner as an Epetra_Operator. More...
#include <Stokhos_SGPreconditioner.hpp>
Public Member Functions | |
SGPreconditioner () | |
Constructor. More... | |
virtual | ~SGPreconditioner () |
Destructor. More... | |
virtual void | setupPreconditioner (const Teuchos::RCP< Stokhos::SGOperator > &sg_op, const Epetra_Vector &x)=0 |
Setup preconditioner. More... | |
An abstract class to represent a generic stochastic Galerkin preconditioner as an Epetra_Operator.
Definition at line 58 of file Stokhos_SGPreconditioner.hpp.
|
inline |
Constructor.
Definition at line 62 of file Stokhos_SGPreconditioner.hpp.
|
inlinevirtual |
Destructor.
Definition at line 65 of file Stokhos_SGPreconditioner.hpp.
|
pure virtual |