Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
4fa192ea
Commit
4fa192ea
authored
14 years ago
by
Bastien Gorissen
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Common/GmshDefines.h
+11
-7
11 additions, 7 deletions
Common/GmshDefines.h
with
11 additions
and
7 deletions
Common/GmshDefines.h
+
11
−
7
View file @
4fa192ea
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment