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

Detailed Description

Definition at line 160 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

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

Definition at line 162 of file NaturalNodeCoordinates.h.

162 {
163 {{{-1, -1, -1}},
164 {{1, -1, -1}},
165 {{1, 1, -1}},
166 {{-1, 1, -1}},
167 {{0, 0, 1}}}};

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