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

Detailed Description

Definition at line 44 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

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

Definition at line 46 of file NaturalNodeCoordinates.h.

46 {
47 {{{0, 0, 0}}, {{1, 0, 0}}, {{0, 1, 0}}}};

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