|
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_MPPreconditioner.hpp>

Public Member Functions | |
| MPPreconditioner () | |
| Constructor. More... | |
| virtual | ~MPPreconditioner () |
| Destructor. More... | |
| virtual void | setupPreconditioner (const Teuchos::RCP< Stokhos::BlockDiagonalOperator > &mp_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 56 of file Stokhos_MPPreconditioner.hpp.
|
inline |
Constructor.
Definition at line 60 of file Stokhos_MPPreconditioner.hpp.
|
inlinevirtual |
Destructor.
Definition at line 63 of file Stokhos_MPPreconditioner.hpp.
|
pure virtual |
Setup preconditioner.
Implemented in Stokhos::MPBlockDiagonalPreconditioner, and Stokhos::MPMeanBasedPreconditioner.
1.8.14