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