OGS
NumLib::NaturalCoordinates< MeshLib::Prism > Struct Reference

Detailed Description

Definition at line 124 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

static constexpr std::array< std::array< double, 3 >, 6 > coordinates
 

Member Data Documentation

◆ coordinates

constexpr std::array<std::array<double, 3>, 6> NumLib::NaturalCoordinates< MeshLib::Prism >::coordinates
staticconstexpr
Initial value:
= {
{{{0, 0, -1}},
{{1, 0, -1}},
{{0, 1, -1}},
{{0, 0, 1}},
{{1, 0, 1}},
{{0, 1, 1}}}}

Definition at line 126 of file NaturalNodeCoordinates.h.

126 {
127 {{{0, 0, -1}},
128 {{1, 0, -1}},
129 {{0, 1, -1}},
130 {{0, 0, 1}},
131 {{1, 0, 1}},
132 {{0, 1, 1}}}};

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