dune-istl
3.0-git
|
The AMG preconditioner. More...
#include <memory>
#include <dune/common/exceptions.hh>
#include <dune/istl/paamg/smoother.hh>
#include <dune/istl/paamg/transfer.hh>
#include <dune/istl/paamg/hierarchy.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/scalarproducts.hh>
#include <dune/istl/superlu.hh>
#include <dune/istl/umfpack.hh>
#include <dune/istl/solvertype.hh>
#include <dune/common/typetraits.hh>
Go to the source code of this file.
Classes | |
class | Dune::Amg::KAMG< M, X, S, PI, K, A > |
an algebraic multigrid method using a Krylov-cycle. More... | |
class | Dune::Amg::KAmgTwoGrid< AMG > |
Two grid operator for AMG with Krylov cycle. More... | |
class | Dune::Amg::AMG< M, X, S, PI, A > |
Parallel algebraic multigrid based on agglomeration. More... | |
Namespaces | |
Dune | |
Dune::Amg | |
Macros | |
#define | DIRECTSOLVER SuperLU |
The AMG preconditioner.
#define DIRECTSOLVER SuperLU |