3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Attributes | List of all members
Dumux::Detail::Box::ScvfCorners< Dune::GeometryTypes::prism > Struct Reference

#include <dumux/discretization/box/boxgeometryhelper.hh>

Public Types

using Key = std::pair< std::uint8_t, std::uint8_t >
 

Static Public Attributes

static constexpr std::array< std::array< Key, 4 >, 9 > keys
 

Member Typedef Documentation

◆ Key

using Dumux::Detail::Box::ScvfCorners< Dune::GeometryTypes::prism >::Key = std::pair<std::uint8_t, std::uint8_t>

Member Data Documentation

◆ keys

constexpr std::array<std::array<Key, 4>, 9> Dumux::Detail::Box::ScvfCorners< Dune::GeometryTypes::prism >::keys
staticconstexpr
Initial value:
= {{
{ Key{0, 2}, Key{0, 1}, Key{1, 1}, Key{0, 0} },
{ Key{1, 2}, Key{2, 1}, Key{0, 1}, Key{0, 0} },
{ Key{2, 2}, Key{1, 1}, Key{2, 1}, Key{0, 0} },
{ Key{3, 2}, Key{0, 1}, Key{3, 1}, Key{0, 0} },
{ Key{4, 2}, Key{3, 1}, Key{1, 1}, Key{0, 0} },
{ Key{5, 2}, Key{2, 1}, Key{3, 1}, Key{0, 0} },
{ Key{6, 2}, Key{4, 1}, Key{0, 1}, Key{0, 0} },
{ Key{7, 2}, Key{1, 1}, Key{4, 1}, Key{0, 0} },
{ Key{8, 2}, Key{4, 1}, Key{2, 1}, Key{0, 0} }
}}
std::pair< std::uint8_t, std::uint8_t > Key
Definition: boxgeometryhelper.hh:194

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