17 #ifndef IFPACKPRECONDITIONER_HPP_    18 #define IFPACKPRECONDITIONER_HPP_    20 #include <lifev/core/linear_algebra/RowMatrixPreconditioner.hpp> int myCompute()
Abstract method myCompute implemented by the derived class. 
 
virtual ~IfpackPreconditioner()
 
void updateInverseJacobian(const UInt &iQuadPt)
 
static const LifeV::UInt elm_nodes_num[]
 
Interface to the Ifpack preconditioners in Trilinos. 
 
Abstract class to construct preconditioners from a matrix in Epetra_CsrFormat. 
 
RowMatrixPreconditioner * createIfpack()