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

In Axis Data stored per sub face. More...

#include <dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh>

Description

template<class GridView>
struct Dumux::Detail::AxisData< GridView, 1 >

In Axis Data stored per sub face.

Public Types

using Scalar = typename GridView::ctype
 
using GridIndexType = typename IndexTraits< GridView >::GridIndex
 

Public Attributes

GridIndexType selfDof
 
GridIndexType oppositeDof
 
Scalar selfToOppositeDistance
 

Member Typedef Documentation

◆ GridIndexType

template<class GridView >
using Dumux::Detail::AxisData< GridView, 1 >::GridIndexType = typename IndexTraits<GridView>::GridIndex

◆ Scalar

template<class GridView >
using Dumux::Detail::AxisData< GridView, 1 >::Scalar = typename GridView::ctype

Member Data Documentation

◆ oppositeDof

template<class GridView >
GridIndexType Dumux::Detail::AxisData< GridView, 1 >::oppositeDof

◆ selfDof

template<class GridView >
GridIndexType Dumux::Detail::AxisData< GridView, 1 >::selfDof

◆ selfToOppositeDistance

template<class GridView >
Scalar Dumux::Detail::AxisData< GridView, 1 >::selfToOppositeDistance

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