| 
    Stokhos
    Development
    
   | 
 
A factory for building Ifpack preconditioners. More...
#include <Stokhos_IfpackPreconditionerFactory.hpp>


Public Member Functions | |
| IfpackPreconditionerFactory (const Teuchos::RCP< Teuchos::ParameterList > &p) | |
| Constructor.  | |
| virtual | ~IfpackPreconditionerFactory () | 
| 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 Ifpack preconditioners.
 1.8.5