3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::IndexTraits< GridView > Struct Template Reference

Struture to define the index types used for grid and local indices. More...

#include <dumux/common/indextraits.hh>

Inheritance diagram for Dumux::IndexTraits< GridView >:
Inheritance graph

Description

template<class GridView>
struct Dumux::IndexTraits< GridView >

Struture to define the index types used for grid and local indices.

Template Parameters
GridViewThe grid view type

Public Types

using GridIndex = typename GridView::IndexSet::IndexType
 
using LocalIndex = unsigned int
 
using SmallLocalIndex = std::uint_least8_t
 

Member Typedef Documentation

◆ GridIndex

template<class GridView >
using Dumux::IndexTraits< GridView >::GridIndex = typename GridView::IndexSet::IndexType

◆ LocalIndex

template<class GridView >
using Dumux::IndexTraits< GridView >::LocalIndex = unsigned int

◆ SmallLocalIndex

template<class GridView >
using Dumux::IndexTraits< GridView >::SmallLocalIndex = std::uint_least8_t

The documentation for this struct was generated from the following file: