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

Detailed Description

Definition at line 92 of file NaturalNodeCoordinates.h.

#include <NaturalNodeCoordinates.h>

Static Public Attributes

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

Member Data Documentation

◆ coordinates

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

Definition at line 94 of file NaturalNodeCoordinates.h.


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