KASKADE 7 development version
|
#include <iluprecond.hh>
PrecondType::ILUT Preconditioner from Saads ITSOL library
Definition at line 123 of file iluprecond.hh.
Public Member Functions | |
ILUKPreconditioner (Op &op, int fill_lev=3, int verbosity=2) | |
~ILUKPreconditioner () | |
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 131 of file iluprecond.hh.
|
inline |
Definition at line 167 of file iluprecond.hh.
|
inlinevirtual |
Definition at line 178 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 190 of file iluprecond.hh.
|
inlinevirtual |
Definition at line 176 of file iluprecond.hh.
|
inlinevirtual |
Definition at line 175 of file iluprecond.hh.