12#ifndef DUMUX_COMMON_INDEX_TRAITS_HH
13#define DUMUX_COMMON_INDEX_TRAITS_HH
24template<
class Gr
idView>
27 using GridIndex =
typename GridView::IndexSet::IndexType;
Structure to define the index types used for grid and local indices.
Definition: indextraits.hh:26
typename GridView::IndexSet::IndexType GridIndex
Definition: indextraits.hh:27
std::uint_least8_t SmallLocalIndex
Definition: indextraits.hh:29
unsigned int LocalIndex
Definition: indextraits.hh:28