Box: use the non-overlapping AMG. More...
#include <dumux/linear/amgtraits.hh>
Box: use the non-overlapping AMG.
Public Types | |
enum | { dofCodim = Grid::dimension , isNonOverlapping = true , 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 = NonoverlappingSolverTraits< 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::VertexMapper |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::Comm = typename SolverTraits::Comm |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::DofMapper = typename GridGeometry::VertexMapper |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::Grid = typename GridGeometry::GridView::Traits::Grid |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::LinearOperator = typename SolverTraits::LinearOperator |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::MType = Matrix |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::ScalarProduct = typename SolverTraits::ScalarProduct |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::Smoother = typename SolverTraits::Smoother |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::SolverTraits = NonoverlappingSolverTraits<MType, VType, isParallel> |
using Dumux::AmgTraitsImpl< Matrix, Vector, GridGeometry, DiscretizationMethod::box >::VType = Dune::BlockVector<Dune::FieldVector<typename Vector::block_type::value_type, Vector::block_type::dimension> > |
anonymous enum |