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

Detailed Description

Definition at line 171 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

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

Definition at line 173 of file NaturalNodeCoordinates.h.

173 {{
174 {{-1, -1, -1}},
175 {{1, -1, -1}},
176 {{1, 1, -1}},
177 {{-1, 1, -1}},
178
179 {{0, 0, 1}},
180
181 {{0, -1, -1}},
182 {{1, 0, -1}},
183 {{0, 1, -1}},
184 {{-1, 0, -1}},
185
186 {{-1, -1, 0}},
187 {{1, -1, 0}},
188 {{1, 1, 0}},
189 {{-1, 1, 0}},
190 }};

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