Dune Core Modules (2.5.1)

Implementations of the inverse operator interface. More...

#include <cmath>
#include <complex>
#include <iostream>
#include <iomanip>
#include <memory>
#include <string>
#include <vector>
#include <array>
#include "istlexception.hh"
#include "operators.hh"
#include "scalarproducts.hh"
#include "solver.hh"
#include "preconditioner.hh"
#include <dune/common/deprecated.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/timer.hh>
#include <dune/common/ftraits.hh>
#include <dune/common/typetraits.hh>

Go to the source code of this file.

Classes

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::GeneralizedPCGSolver< X >
 Generalized preconditioned conjugate gradient solver. More...
 

Namespaces

 Dune
 Dune namespace.
 

Detailed Description

Implementations of the inverse operator interface.

This file provides various preconditioned Krylov methods.

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 1, 22:29, 2024)