dune-istl
2.2.0
|
Define general preconditioner interface. More...
Go to the source code of this file.
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, 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 |
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.