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::PQ1Bubble::OverlappingScvfCorners< Dune::GeometryTypes::tetrahedron > Struct Reference

#include <dumux/discretization/pq1bubble/geometryhelper.hh>

Public Types

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

Static Public Attributes

static constexpr std::array< std::array< Key, 3 >, 10 > keys
 

Member Typedef Documentation

◆ Key

using Dumux::Detail::PQ1Bubble::OverlappingScvfCorners< Dune::GeometryTypes::tetrahedron >::Key = std::pair<std::uint8_t, std::uint8_t>

Member Data Documentation

◆ keys

constexpr std::array<std::array<Key, 3>, 10> Dumux::Detail::PQ1Bubble::OverlappingScvfCorners< Dune::GeometryTypes::tetrahedron >::keys
staticconstexpr
Initial value:
= {{
{ Key{0, 1}, Key{1, 1}, Key{2, 1} },
{ Key{0, 1}, Key{1, 1}, Key{3, 1} },
{ Key{0, 1}, Key{2, 1}, Key{3, 1} },
{ Key{1, 1}, Key{2, 1}, Key{3, 1} }
}}
std::pair< std::uint8_t, std::uint8_t > Key
Definition: discretization/pq1bubble/geometryhelper.hh:145

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