preconditioners.hh File Reference
Detailed Description
Define general preconditioner interface.Wrap the methods implemented by ISTL in this interface. However, the interface is extensible such that new preconditioners can be implemented and used with the solvers.
#include <cmath>
#include <complex>
#include <iostream>
#include <iomanip>
#include <string>
#include "solvercategory.hh"
#include "istlexception.hh"
#include "matrixutils.hh"
#include "io.hh"
#include "gsetc.hh"
#include "ilu.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::Preconditioner< X, Y > |
Base class for matrix free definition of preconditioners. More... | |
class | Dune::SeqSSOR< M, X, Y, l > |
Sequential SSOR preconditioner. More... | |
class | Dune::SeqSOR< M, X, Y, l > |
Sequential SOR preconditioner. More... | |
class | Dune::SeqGS< M, X, Y, l > |
Sequential Gauss Seidel preconditioner. More... | |
class | Dune::SeqJac< M, X, Y, l > |
The sequential jacobian preconditioner. More... | |
class | Dune::SeqILU0< M, X, Y > |
Sequential ILU0 preconditioner. More... | |
class | Dune::SeqILUn< M, X, Y > |
Sequential ILU(n) preconditioner. More... |