LifeV
IfpackPreconditioner.hpp File Reference
+ Include dependency graph for IfpackPreconditioner.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  IfpackPreconditioner
 Interface to the Ifpack preconditioners in Trilinos. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::Operators
 
 LifeV::Operators::anonymous_namespace{IfpackPreconditioner.hpp}
 

Functions

RowMatrixPreconditioner * createIfpack ()
 

Variables

static bool registerIF = RowMatrixPreconditionerFactory::instance().registerProduct( "Ifpack", &createIfpack )
 

Detailed Description

Author
Umberto Villa
Date
2011-10-08 Interface to the Ifpack preconditioners in Trilinos. This interface requires the user to provide a matrix in Epetra_CrsFormat and the parameters of the factorization.

Definition in file IfpackPreconditioner.hpp.