Definition at line 106 of file NaturalNodeCoordinates.h.
#include <NaturalNodeCoordinates.h>
|
static constexpr std::array< std::array< double, 3 >, 10 > | coordinates |
|
◆ coordinates
Initial value:= {
{{{0, 0, 0}},
{{1, 0, 0}},
{{0, 1, 0}},
{{0, 0, 1}},
{{0.5, 0, 0}},
{{0.5, 0.5, 0}},
{{0, 0.5, 0}},
{{0, 0, 0.5}},
{{0.5, 0, 0.5}},
{{0, 0.5, 0.5}}}}
Definition at line 108 of file NaturalNodeCoordinates.h.
108 {
109 {{{0, 0, 0}},
110 {{1, 0, 0}},
111 {{0, 1, 0}},
112 {{0, 0, 1}},
113
114 {{0.5, 0, 0}},
115 {{0.5, 0.5, 0}},
116 {{0, 0.5, 0}},
117
118 {{0, 0, 0.5}},
119 {{0.5, 0, 0.5}},
120 {{0, 0.5, 0.5}}}};
The documentation for this struct was generated from the following file: