KASKADE 7 development version
|
#include <iluprecond.hh>
PrecondType::ILUT Preconditioner from Saads ITSOL library
Definition at line 38 of file iluprecond.hh.
Public Member Functions | |
ILUTPreconditioner (Op &op, int lfil=240, double tol=1.0e-2, int verbosity=2) | |
~ILUTPreconditioner () | |
virtual void | pre (Domain &, Range &) |
virtual void | post (Domain &) |
virtual void | apply (Domain &x, Range const &y) |
virtual Dune::SolverCategory::Category | category () const override |
returns the category of the operator More... | |
|
inline |
Definition at line 45 of file iluprecond.hh.
|
inline |
Definition at line 80 of file iluprecond.hh.
|
inlinevirtual |
Definition at line 91 of file iluprecond.hh.
|
inlineoverridevirtual |
returns the category of the operator
From the Dune doxygen documentation it is unclear what this is supposed to mean. We return a dummy here.
Definition at line 103 of file iluprecond.hh.
|
inlinevirtual |
Definition at line 89 of file iluprecond.hh.
|
inlinevirtual |
Definition at line 88 of file iluprecond.hh.