24#ifndef DUMUX_COMMON_INDEX_TRAITS_HH
25#define DUMUX_COMMON_INDEX_TRAITS_HH
36template<
class Gr
idView>
39 using GridIndex =
typename GridView::IndexSet::IndexType;
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Struture to define the index types used for grid and local indices.
Definition: indextraits.hh:38
typename GridView::IndexSet::IndexType GridIndex
Definition: indextraits.hh:39
std::uint_least8_t SmallLocalIndex
Definition: indextraits.hh:41
unsigned int LocalIndex
Definition: indextraits.hh:40