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

Detailed Description

Definition at line 80 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 82 of file NaturalNodeCoordinates.h.


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