OGS
QuadRule9.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include "MeshLib/MeshEnums.h"
14 #include "QuadRule8.h"
15 
16 namespace MeshLib
17 {
18 
35 class QuadRule9 : public QuadRule8
36 {
37 public:
39  static const unsigned n_all_nodes = 9u;
40 
43 }; /* class */
44 
45 } // namespace MeshLib
Definition of mesh-related Enumerations.
static const CellType cell_type
Constant: The FEM type of the element.
Definition: QuadRule9.h:42
static const unsigned n_all_nodes
Constant: The number of all nodes for this element.
Definition: QuadRule9.h:39
CellType
Types of mesh elements supported by OpenGeoSys.
Definition: MeshEnums.h:43