|
Stokhos
Development
|
A factory for building ML preconditioners. More...
#include <Stokhos_MLPreconditionerFactory.hpp>


Public Member Functions | |
| MLPreconditionerFactory (const Teuchos::RCP< Teuchos::ParameterList > &p) | |
| Constructor. | |
| virtual | ~MLPreconditionerFactory () |
| Destructor. | |
|
virtual Teuchos::RCP < Epetra_Operator > | compute (const Teuchos::RCP< Epetra_Operator > &op, bool compute_prec=true) |
| Compute preconditioner. | |
| virtual void | recompute (const Teuchos::RCP< Epetra_Operator > &op, const Teuchos::RCP< Epetra_Operator > &prec) |
| Recompute preconditioner operator for a new matrix. | |
Public Member Functions inherited from Stokhos::AbstractPreconditionerFactory | |
| AbstractPreconditionerFactory () | |
| Constructor. | |
| virtual | ~AbstractPreconditionerFactory () |
| Destructor. | |
Protected Attributes | |
|
Teuchos::RCP < Teuchos::ParameterList > | precParams |
| Preconditioner parameters. | |
A factory for building ML preconditioners.
1.8.5