dune-fem
2.4.1-rc
|
#include <dune/common/typetraits.hh>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/function/common/discretefunction.hh>
#include <dune/fem/operator/common/operator.hh>
#include <dune/fem/solver/diagonalpreconditioner.hh>
Go to the source code of this file.
Classes | |
class | Dune::Fem::ConjugateGradientSolver< Operator > |
linear solver using the CG algorithm More... | |
class | Dune::Fem::Solver::CGInverseOperator< DiscreteFunction > |
Inverse operator base on CG method. This is the base class for the cg solver and does not imvolve any runtime parametrization. More... | |
class | Dune::Fem::CGInverseOperator< DiscreteFunction, Op > |
Inverse operator base on CG method. Uses a runtime parameter fem.preconditioning which enables diagonal preconditioning if diagonal matrix entries are available, i.e., Op :: assembled is true. More... | |
Namespaces | |
Dune | |
Dune::Fem | |
Dune::Fem::Solver | |