|
dune-grid 2.10
|
#include <dune/grid/common/defaultgridview.hh>
Classes | |
| struct | Codim |
Public Types | |
| typedef DefaultLeafGridView< GridImp > | GridViewImp |
| typedef std::remove_const< GridImp >::type | Grid |
| type of the grid | |
| typedef Grid::Traits::LeafIndexSet | IndexSet |
| type of the index set | |
| typedef Grid::Traits::LeafIntersection | Intersection |
| type of the intersection | |
| typedef Grid::Traits::LeafIntersectionIterator | IntersectionIterator |
| type of the intersection iterator | |
| typedef Grid::Traits::Communication | Communication |
| type of the communication | |
Static Public Attributes | |
| static constexpr bool | conforming = Capabilities :: isLeafwiseConforming< Grid > :: v |
| typedef Grid::Traits::Communication Dune::DefaultLeafGridViewTraits< GridImp >::Communication |
type of the communication
| typedef std::remove_const<GridImp>::type Dune::DefaultLeafGridViewTraits< GridImp >::Grid |
type of the grid
| typedef DefaultLeafGridView< GridImp > Dune::DefaultLeafGridViewTraits< GridImp >::GridViewImp |
| typedef Grid::Traits::LeafIndexSet Dune::DefaultLeafGridViewTraits< GridImp >::IndexSet |
type of the index set
| typedef Grid::Traits::LeafIntersection Dune::DefaultLeafGridViewTraits< GridImp >::Intersection |
type of the intersection
| typedef Grid::Traits::LeafIntersectionIterator Dune::DefaultLeafGridViewTraits< GridImp >::IntersectionIterator |
type of the intersection iterator
|
staticconstexpr |