OGS
LineRule3.h
Go to the documentation of this file.
1
11#pragma once
12
13#include "EdgeReturn.h"
14#include "LineRule.h"
15
16namespace MeshLib
17{
18
25class LineRule3 : public LineRule
26{
27public:
29 static const unsigned n_all_nodes = 3u;
30
33
35 static const unsigned edge_nodes[1][3];
36
39}; /* class */
40
41} // namespace MeshLib
static const CellType cell_type
Constant: The FEM type of the element.
Definition LineRule3.h:32
static const unsigned edge_nodes[1][3]
Constant: Local node index table for edge.
Definition LineRule3.h:35
static const unsigned n_all_nodes
Constant: The number of all nodes for this element.
Definition LineRule3.h:29
Returns quadratic order edge.
Definition EdgeReturn.h:39
CellType
Types of mesh elements supported by OpenGeoSys.
Definition MeshEnums.h:43