|
dune-istl
2.2.1
|
Define general, extensible interface for inverse operators. More...
Go to the source code of this file.
Classes | |
| struct | Dune::InverseOperatorResult |
| Statistics about the application of an inverse operator. More... | |
| class | Dune::InverseOperator< X, Y > |
| Abstract base class for all solvers. More... | |
| class | Dune::LoopSolver< X > |
| Preconditioned loop solver. More... | |
| class | Dune::GradientSolver< X > |
| gradient method More... | |
| class | Dune::CGSolver< X > |
| conjugate gradient method More... | |
| class | Dune::BiCGSTABSolver< X > |
| Bi-conjugate Gradient Stabilized (BiCG-STAB) More... | |
| class | Dune::MINRESSolver< X > |
| Minimal Residual Method (MINRES) More... | |
| class | Dune::RestartedGMResSolver< X, Y, F > |
| implements the Generalized Minimal Residual (GMRes) method More... | |
Namespaces | |
| namespace | Dune |
Define general, extensible interface for inverse operators.
Implementation here covers only inversion of linear operators, but the implementation might be used for nonlinear operators as well.
1.8.1.2