OGS
TriRule3.cpp
Go to the documentation of this file.
1
11
#include "
TriRule3.h
"
12
13
namespace
MeshLib
14
{
15
const
unsigned
TriRule3::edge_nodes
[3][2] = {
16
{0, 1},
// Edge 0
17
{1, 2},
// Edge 1
18
{2, 0},
// Edge 2
19
};
20
}
// end namespace MeshLib
TriRule3.h
MeshLib::TriRule3::edge_nodes
static const unsigned edge_nodes[3][2]
Constant: Local node index table for edge.
Definition
TriRule3.h:49
MeshLib
Definition
ProjectData.h:41
MeshLib
Elements
TriRule3.cpp
Generated by
1.12.0