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

Detailed Description

Definition at line 51 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

constexpr std::array<std::array<double, 3>, 6> NumLib::NaturalCoordinates< MeshLib::Tri6 >::coordinates
staticconstexpr
Initial value:
= {
{{{0, 0, 0}},
{{1, 0, 0}},
{{0, 1, 0}},
{{0.5, 0, 0}},
{{0.5, 0.5, 0}},
{{0, 0.5, 0}}}}

Definition at line 53 of file NaturalNodeCoordinates.h.

53 {
54 {{{0, 0, 0}},
55 {{1, 0, 0}},
56 {{0, 1, 0}},
57 {{0.5, 0, 0}},
58 {{0.5, 0.5, 0}},
59 {{0, 0.5, 0}}}};

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