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

Detailed Description

Definition at line 84 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

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

Definition at line 86 of file NaturalNodeCoordinates.h.

86 {
87 {{{1, 1, 0}},
88 {{-1, 1, 0}},
89 {{-1, -1, 0}},
90 {{1, -1, 0}},
91 {{0, 1, 0}},
92 {{-1, 0, 0}},
93 {{0, -1, 0}},
94 {{1, 0, 0}},
95 {{0, 0, 0}}}};

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