17 #ifndef TWOLEVELPRECONDITIONER_HPP_ 18 #define TWOLEVELPRECONDITIONER_HPP_ 20 #include <lifev/core/linear_algebra/RowMatrixPreconditioner.hpp>
RowMatrixPreconditioner * createTwoLevel()
void updateInverseJacobian(const UInt &iQuadPt)
static const LifeV::UInt elm_nodes_num[]
virtual int myCompute()
Abstract method myCompute implemented by the derived class.
virtual ~TwoLevelPreconditioner()
An operator that provides a two level approximation of the inverse of a Epetra_CsrMatrix object...
Abstract class to construct preconditioners from a matrix in Epetra_CsrFormat.