#include <hyprecond.hh>
template<class Op>
class Kaskade::Euclid< Op >
PrecondType::ILUT Preconidoner from Saads ITSOL library
Definition at line 209 of file hyprecond.hh.
|
| | Euclid (Op &op, int level=1, double droptol=0.0, int printlevel=0, int bj=0, int verbosity=2) |
| |
| | ~Euclid () |
| |
| virtual void | pre (domain_type &, range_type &) |
| |
| virtual void | post (domain_type &) |
| |
| virtual void | apply (domain_type &x, range_type const &y) |
| |
| virtual Dune::SolverCategory::Category | category () const override |
| | returns the category of the operator More...
|
| |
◆ Euclid()
template<class Op >
| Kaskade::Euclid< Op >::Euclid |
( |
Op & |
op, |
|
|
int |
level = 1, |
|
|
double |
droptol = 0.0, |
|
|
int |
printlevel = 0, |
|
|
int |
bj = 0, |
|
|
int |
verbosity = 2 |
|
) |
| |
|
inline |
◆ ~Euclid()
◆ apply()
template<class Op >
| virtual void Kaskade::Euclid< Op >::apply |
( |
domain_type & |
x, |
|
|
range_type const & |
y |
|
) |
| |
|
inlinevirtual |
◆ category()
template<class Op >
| virtual Dune::SolverCategory::Category Kaskade::Euclid< Op >::category |
( |
| ) |
const |
|
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 311 of file hyprecond.hh.
◆ post()
◆ pre()
The documentation for this class was generated from the following file: