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

Detailed Description

Definition at line 209 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

static constexpr std::array< std::array< double, 3 >, MeshLib::Hex20::n_all_nodescoordinates
 

Member Data Documentation

◆ coordinates

constexpr std::array<std::array<double, 3>, MeshLib::Hex20::n_all_nodes> NumLib::NaturalCoordinates< MeshLib::Hex20 >::coordinates
staticconstexpr
Initial value:
= {
{{{-1, -1, -1}}, {{1, -1, -1}}, {{1, 1, -1}}, {{-1, 1, -1}},
{{-1, -1, 1}}, {{1, -1, 1}}, {{1, 1, 1}}, {{-1, 1, 1}},
{{0, -1, -1}}, {{1, 0, -1}}, {{0, 1, -1}}, {{-1, 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 213 of file NaturalNodeCoordinates.h.

213 {
214 {{{-1, -1, -1}}, {{1, -1, -1}}, {{1, 1, -1}}, {{-1, 1, -1}},
215 {{-1, -1, 1}}, {{1, -1, 1}}, {{1, 1, 1}}, {{-1, 1, 1}},
216
217 {{0, -1, -1}}, {{1, 0, -1}}, {{0, 1, -1}}, {{-1, 0, -1}},
218 {{0, -1, 1}}, {{1, 0, 1}}, {{0, 1, 1}}, {{-1, 0, 1}},
219
220 {{-1, -1, 0}}, {{1, -1, 0}}, {{1, 1, 0}}, {{-1, 1, 0}}}};

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