version 3.8.0
Loading...
Searching...
No Matches
Dumux::Detail::Box::ScvfCorners< Dune::GeometryTypes::tetrahedron > 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 >, 6 > keys
 

Member Typedef Documentation

◆ Key

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

Member Data Documentation

◆ keys

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

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