#include <hyprecond.hh>
template<class Op>
class Kaskade::BoomerAMG< Op >
PrecondType::ILUT Preconditioner from Saads ITSOL library
Definition at line 50 of file hyprecond.hh.
|
| BoomerAMG (Op &op, int steps_=1, int coarsentype=21, int interpoltype=0, double tol=1.0e-8, int cycleType=1, int relaxType=2, double strongThreshold=0.3, int variant=0, int overlap=1, int syseqn=1, int verbosity_=2) |
|
| ~BoomerAMG () |
|
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...
|
|
◆ BoomerAMG()
template<class Op >
Kaskade::BoomerAMG< Op >::BoomerAMG |
( |
Op & |
op, |
|
|
int |
steps_ = 1 , |
|
|
int |
coarsentype = 21 , |
|
|
int |
interpoltype = 0 , |
|
|
double |
tol = 1.0e-8 , |
|
|
int |
cycleType = 1 , |
|
|
int |
relaxType = 2 , |
|
|
double |
strongThreshold = 0.3 , |
|
|
int |
variant = 0 , |
|
|
int |
overlap = 1 , |
|
|
int |
syseqn = 1 , |
|
|
int |
verbosity_ = 2 |
|
) |
| |
|
inline |
◆ ~BoomerAMG()
◆ apply()
◆ category()
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 185 of file hyprecond.hh.
◆ post()
◆ pre()
The documentation for this class was generated from the following file: