Loading [MathJax]/extensions/tex2jax.js
OGS
LineRule3.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include "MeshLib/MeshEnums.h"
14 #include "LineRule2.h"
15 
16 namespace MeshLib
17 {
18 
25 class LineRule3 : public LineRule2
26 {
27 public:
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
Definition of mesh-related Enumerations.
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 linear order edge.
Definition: EdgeReturn.h:31
Returns quadratic order edge.
Definition: EdgeReturn.h:39
CellType
Types of mesh elements supported by OpenGeoSys.
Definition: MeshEnums.h:43