|
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::IterativeSolver< X, Y > |
| Base class for all implementations of iterative solvers. More...
|
|
class | Dune::SolverHelper< ISTLLinearSolver, BCRSMatrix > |
| Helper class for notifying a DUNE-ISTL linear solver about a change of the iteration matrix object in a unified way, i.e. independent from the solver's type (direct/iterative). More...
|
|
struct | Dune::SolverCategory |
| Categories for the 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...
|
|
class | Dune::RestartedFlexibleGMResSolver< X, Y, F > |
| implements the Flexible Generalized Minimal Residual (FGMRes) method (right preconditioned) More...
|
|
class | Dune::GeneralizedPCGSolver< X > |
| Generalized preconditioned conjugate gradient solver. More...
|
|
class | Dune::RestartedFCGSolver< X > |
| Accelerated flexible conjugate gradient method. More...
|
|
class | Dune::CompleteFCGSolver< X > |
| Complete flexible conjugate gradient method. More...
|
|