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