Skip to content
Snippets Groups Projects
Commit 4fa192ea authored by Bastien Gorissen's avatar Bastien Gorissen
Browse files

Added high order prisms tags and updated the number of types.

parent 8d04e393
No related branches found
No related tags found
No related merge requests found
...@@ -141,13 +141,17 @@ ...@@ -141,13 +141,17 @@
#define MSH_TET_130 81 #define MSH_TET_130 81
#define MSH_TET_164 82 #define MSH_TET_164 82
#define MSH_TET_202 83 #define MSH_TET_202 83
#define MSH_NUM_TYPE 84 #define MSH_LIN_1 84
#define MSH_LIN_1 85 #define MSH_TRI_1 85
#define MSH_TRI_1 86 #define MSH_QUA_1 86
#define MSH_QUA_1 87 #define MSH_TET_1 87
#define MSH_TET_1 88 #define MSH_HEX_1 88
#define MSH_HEX_1 89 #define MSH_PRI_1 89
#define MSH_PRI_1 90 #define MSH_PRI_40 90
#define MSH_PRI_75 91
#define MSH_PRI_126 92
#define MSH_NUM_TYPE 92
// Geometric entities // Geometric entities
#define ENT_NONE 0 #define ENT_NONE 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment