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

Detailed Description

Definition at line 194 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

constexpr std::array<std::array<double, 3>, MeshLib::Hex::n_all_nodes> NumLib::NaturalCoordinates< MeshLib::Hex >::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}}}}

Definition at line 198 of file NaturalNodeCoordinates.h.

198 {{{{-1, -1, -1}},
199 {{1, -1, -1}},
200 {{1, 1, -1}},
201 {{-1, 1, -1}},
202 {{-1, -1, 1}},
203 {{1, -1, 1}},
204 {{1, 1, 1}},
205 {{-1, 1, 1}}}};

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