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

Detailed Description

Definition at line 165 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

constexpr std::array<std::array<double, 3>, 15> NumLib::NaturalCoordinates< MeshLib::Prism15 >::coordinates
staticconstexpr
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 167 of file NaturalNodeCoordinates.h.


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