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