OGS
QuadRule8.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include "MeshLib/MeshEnums.h"
14 #include "QuadRule4.h"
15 #include "EdgeReturn.h"
16 
17 namespace MeshLib
18 {
19 
36 class QuadRule8 : public QuadRule4
37 {
38 public:
40  static const unsigned n_all_nodes = 8u;
41 
44 
46  static const unsigned edge_nodes[4][3];
47 
50 
51 }; /* class */
52 
53 } // namespace MeshLib
Definition of mesh-related Enumerations.
Returns linear order edge.
Definition: EdgeReturn.h:31
static const unsigned edge_nodes[4][3]
Constant: Local node index table for edge.
Definition: QuadRule8.h:46
static const unsigned n_all_nodes
Constant: The number of all nodes for this element.
Definition: QuadRule8.h:40
static const CellType cell_type
Constant: The FEM type of the element.
Definition: QuadRule8.h:43
Returns quadratic order edge.
Definition: EdgeReturn.h:39
CellType
Types of mesh elements supported by OpenGeoSys.
Definition: MeshEnums.h:43