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
c65f9487
Commit
c65f9487
authored
14 years ago
by
Jean-François Remacle
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
68853ff9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+14
-2
14 additions, 2 deletions
doc/texinfo/gmsh.texi
with
14 additions
and
2 deletions
doc/texinfo/gmsh.texi
+
14
−
2
View file @
c65f9487
...
...
@@ -3906,10 +3906,19 @@ for(i = 0; i < number_of_triangles; i++)@{
@c
-------------------------------------------------------------------------
@node Node ordering, Legacy formats, MSH binary file format, File formats
@section Node ordering
@cindex Nodes, ordering
Historically, Gmsh developpers have started by implementing linear elements
(
lines,
triangles, quads, tets, prisms and hexes
)
. Then, second and sometimes third
order elements have been hardcoded. We here distinguish ``low order elements'' that
have been hardcoded initially and ``high order elements'' that have been coded in
a general fashion, theoretically valid for any order.
@subsection Low order elements
For all mesh and post
-
processing file formats, the reference elements
are defined as follows.
...
...
@@ -4052,9 +4061,12 @@ Pyramid: Pyramid13: Pyramid14:
@end group
@end smallexample
The nodes of a curved element are numbered in the following order:
@subsection High order elements
The node ordering of a higher order
(
possibly curved
)
element is compatible with the numbering
of low order element
(
it is a generalization
)
. We number nodes in the following order:
@itemize
--
@item the element principal vertices;
@item the element principal
or corner
vertices;
@item the internal nodes for each edge;
@item the internal nodes for each face;
@item the volume internal nodes.
...
...
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