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