In Axis Data stored per sub face for first-order scheme.
#include <dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh>
Public Types | |
| using | Scalar = typename GridView::ctype |
| using | GridIndexType = typename IndexTraits<GridView>::GridIndex |
| using | Scalar |
| using | GridIndexType |
Public Attributes | |
| GridIndexType | selfDof |
| GridIndexType | oppositeDof |
| Scalar | selfToOppositeDistance |
| GridIndexType | selfDof |
| GridIndexType | oppositeDof |
| std::bitset< upwindSchemeOrder-1 > | hasForwardNeighbor |
| std::bitset< upwindSchemeOrder-1 > | hasBackwardNeighbor |
| std::array< GridIndexType, upwindSchemeOrder-1 > | inAxisForwardDofs |
| std::array< GridIndexType, upwindSchemeOrder-1 > | inAxisBackwardDofs |
| Scalar | selfToOppositeDistance |
| std::array< Scalar, upwindSchemeOrder-1 > | inAxisForwardDistances |
| std::array< Scalar, upwindSchemeOrder-1 > | inAxisBackwardDistances |
| using Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::GridIndexType |
| using Dumux::Detail::AxisData< GridView, 1 >::GridIndexType = typename IndexTraits<GridView>::GridIndex |
| using Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::Scalar |
| using Dumux::Detail::AxisData< GridView, 1 >::Scalar = typename GridView::ctype |
| std::bitset<upwindSchemeOrder-1> Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::hasBackwardNeighbor |
| std::bitset<upwindSchemeOrder-1> Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::hasForwardNeighbor |
| std::array<Scalar, upwindSchemeOrder-1> Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::inAxisBackwardDistances |
| std::array<GridIndexType, upwindSchemeOrder-1> Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::inAxisBackwardDofs |
| std::array<Scalar, upwindSchemeOrder-1> Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::inAxisForwardDistances |
| std::array<GridIndexType, upwindSchemeOrder-1> Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::inAxisForwardDofs |
| GridIndexType Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::oppositeDof |
| GridIndexType Dumux::Detail::AxisData< GridView, 1 >::oppositeDof |
| GridIndexType Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::selfDof |
| GridIndexType Dumux::Detail::AxisData< GridView, 1 >::selfDof |
| Scalar Dumux::Detail::AxisData< GridView, upwindSchemeOrder >::selfToOppositeDistance |
| Scalar Dumux::Detail::AxisData< GridView, 1 >::selfToOppositeDistance |