Definition at line 136 of file NaturalNodeCoordinates.h.
#include <NaturalNodeCoordinates.h>
|
static constexpr std::array< std::array< double, 3 >, 15 > | coordinates |
|
◆ coordinates
Initial value:= {
{{{0, 0, -1}},
{{1, 0, -1}},
{{0, 1, -1}},
{{0, 0, 1}},
{{1, 0, 1}},
{{0, 1, 1}},
{{0.5, 0, -1}},
{{0.5, 0.5, -1}},
{{0, 0.5, -1}},
{{0.5, 0, 1}},
{{0.5, 0.5, 1}},
{{0, 0.5, 1}},
{{0, 0, 0}},
{{1, 0, 0}},
{{0, 1, 0}}}}
Definition at line 138 of file NaturalNodeCoordinates.h.
138 {
139 {{{0, 0, -1}},
140 {{1, 0, -1}},
141 {{0, 1, -1}},
142 {{0, 0, 1}},
143 {{1, 0, 1}},
144 {{0, 1, 1}},
145
146 {{0.5, 0, -1}},
147 {{0.5, 0.5, -1}},
148 {{0, 0.5, -1}},
149
150 {{0.5, 0, 1}},
151 {{0.5, 0.5, 1}},
152 {{0, 0.5, 1}},
153
154 {{0, 0, 0}},
155 {{1, 0, 0}},
156 {{0, 1, 0}}}};
The documentation for this struct was generated from the following file: