Dune Core Modules (2.3.1)
preconditioners.hh File Reference
Define general preconditioner interface. More...
#include <cmath>
#include <complex>
#include <iostream>
#include <iomanip>
#include <string>
#include <dune/common/unused.hh>
#include "preconditioner.hh"
#include "solver.hh"
#include "solvercategory.hh"
#include "istlexception.hh"
#include "matrixutils.hh"
#include "gsetc.hh"
#include "ilu.hh"
Go to the source code of this file.
Classes | |
class | Dune::InverseOperator2Preconditioner< O, c > |
Turns an InverseOperator into a Preconditioner. 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, l > |
Sequential ILU0 preconditioner. More... | |
class | Dune::SeqILUn< M, X, Y, l > |
Sequential ILU(n) preconditioner. More... | |
class | Dune::Richardson< X, Y > |
Richardson preconditioner. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
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.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)