dune-grid 2.10
|
#include <dune/grid/albertagrid/gridview.hh>
Classes | |
struct | Codim |
Public Types | |
typedef AlbertaLevelGridView< GridImp > | GridViewImp |
typedef std::remove_const< GridImp >::type | Grid |
type of the grid | |
typedef Grid::Traits::LevelIndexSet | IndexSet |
type of the index set | |
typedef Grid::Traits::LevelIntersection | Intersection |
type of the intersection | |
typedef Grid::Traits::LevelIntersectionIterator | IntersectionIterator |
type of the intersection iterator | |
typedef Grid::Traits::Communication | Communication |
type of the communication | |
Static Public Attributes | |
static constexpr bool | conforming = Capabilities::isLevelwiseConforming< Grid >::v |
typedef Grid::Traits::Communication Dune::AlbertaLevelGridViewTraits< GridImp >::Communication |
type of the communication
typedef std::remove_const<GridImp>::type Dune::AlbertaLevelGridViewTraits< GridImp >::Grid |
type of the grid
typedef AlbertaLevelGridView< GridImp > Dune::AlbertaLevelGridViewTraits< GridImp >::GridViewImp |
typedef Grid::Traits::LevelIndexSet Dune::AlbertaLevelGridViewTraits< GridImp >::IndexSet |
type of the index set
typedef Grid::Traits::LevelIntersection Dune::AlbertaLevelGridViewTraits< GridImp >::Intersection |
type of the intersection
typedef Grid::Traits::LevelIntersectionIterator Dune::AlbertaLevelGridViewTraits< GridImp >::IntersectionIterator |
type of the intersection iterator
|
staticconstexpr |