My Project
|
Algebraic twolevel methods. More...
#include <tuple>
#include <dune/istl/operators.hh>
#include <dune/istl/paamg/amg.hh>
#include <dune/istl/paamg/galerkin.hh>
#include <dune/istl/solver.hh>
#include <dune/common/unused.hh>
#include <dune/common/version.hh>
Go to the source code of this file.
Classes | |
class | Dune::Amg::LevelTransferPolicyCpr< FO, CO > |
Abstract base class for transfer between levels and creation of the coarse level system. More... | |
class | Dune::Amg::AggregationLevelTransferPolicyCpr< O, C > |
A LeveTransferPolicy that used aggregation to construct the coarse level system. More... | |
class | Dune::Amg::OneStepAMGCoarseSolverPolicyCpr< O, S, C > |
A policy class for solving the coarse level system using one step of AMG. More... | |
class | Dune::Amg::TwoLevelMethodCpr< FO, CSP, S > |
Algebraic twolevel methods.