KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::Euclid< Op > Class Template Reference

#include <hyprecond.hh>

Detailed Description

template<class Op>
class Kaskade::Euclid< Op >

PrecondType::ILUT Preconidoner from Saads ITSOL library

Definition at line 209 of file hyprecond.hh.

Inheritance diagram for Kaskade::Euclid< Op >:

Public Member Functions

 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...
 

Constructor & Destructor Documentation

◆ 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

Definition at line 217 of file hyprecond.hh.

◆ ~Euclid()

template<class Op >
Kaskade::Euclid< Op >::~Euclid ( )
inline

Definition at line 280 of file hyprecond.hh.

Member Function Documentation

◆ apply()

template<class Op >
virtual void Kaskade::Euclid< Op >::apply ( domain_type &  x,
range_type const &  y 
)
inlinevirtual

Definition at line 293 of file hyprecond.hh.

◆ 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()

template<class Op >
virtual void Kaskade::Euclid< Op >::post ( domain_type &  )
inlinevirtual

Definition at line 291 of file hyprecond.hh.

◆ pre()

template<class Op >
virtual void Kaskade::Euclid< Op >::pre ( domain_type &  ,
range_type &   
)
inlinevirtual

Definition at line 290 of file hyprecond.hh.


The documentation for this class was generated from the following file: