#include <dumux/discretization/facecentered/diamond/geometryhelper.hh>
|
using | Key = std::pair< std::uint8_t, std::uint8_t > |
|
|
static constexpr Dune::GeometryType | type () |
|
|
static constexpr std::array< std::array< Key, 5 >, 6 > | keys |
|
◆ Key
◆ type()
◆ keys
Initial value:= {{
{
Key{4, 3},
Key{0, 3},
Key{6, 3},
Key{2, 3},
Key{0, 0} },
{
Key{1, 3},
Key{5, 3},
Key{3, 3},
Key{7, 3},
Key{0, 0} },
{
Key{4, 3},
Key{5, 3},
Key{0, 3},
Key{1, 3},
Key{0, 0} },
{
Key{2, 3},
Key{3, 3},
Key{6, 3},
Key{7, 3},
Key{0, 0} },
{
Key{0, 3},
Key{1, 3},
Key{2, 3},
Key{3, 3},
Key{0, 0} },
}}
std::pair< std::uint8_t, std::uint8_t > Key
Definition: discretization/facecentered/diamond/geometryhelper.hh:106
The documentation for this struct was generated from the following file: