Cell-centered tpfa: use the overlapping AMG. More...
#include <dumux/linear/amgtraits.hh>

Cell-centered tpfa: use the overlapping AMG.
Public Types | |
| enum | { dofCodim = 0 , isNonOverlapping = false , isParallel } |
| using | Grid = typename GridGeometry::GridView::Traits::Grid |
| using | MType = Matrix |
| using | VType = Dune::BlockVector< Dune::FieldVector< typename Vector::block_type::value_type, Vector::block_type::dimension > > |
| using | SolverTraits = OverlappingSolverTraits< MType, VType, isParallel > |
| using | Comm = typename SolverTraits::Comm |
| using | LinearOperator = typename SolverTraits::LinearOperator |
| using | ScalarProduct = typename SolverTraits::ScalarProduct |
| using | Smoother = typename SolverTraits::Smoother |
| using | DofMapper = typename GridGeometry::ElementMapper |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::Comm = typename SolverTraits::Comm |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::DofMapper = typename GridGeometry::ElementMapper |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::Grid = typename GridGeometry::GridView::Traits::Grid |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::LinearOperator = typename SolverTraits::LinearOperator |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::MType = Matrix |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::ScalarProduct = typename SolverTraits::ScalarProduct |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::Smoother = typename SolverTraits::Smoother |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::SolverTraits = OverlappingSolverTraits<MType, VType, isParallel> |
| using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::cctpfa >::VType = Dune::BlockVector<Dune::FieldVector<typename Vector::block_type::value_type, Vector::block_type::dimension> > |
| anonymous enum |