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
66335f2a
Commit
66335f2a
authored
16 years ago
by
Koen Hillewaert
Browse files
Options
Downloads
Patches
Plain Diff
added description of higher order elements
parent
1cbf9e26
Branches
Branches containing commit
Tags
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
+64
-16
64 additions, 16 deletions
doc/texinfo/gmsh.texi
with
64 additions
and
16 deletions
doc/texinfo/gmsh.texi
+
64
−
16
View file @
66335f2a
...
...
@@ -3133,6 +3133,42 @@ with the edges).
@item
19
13
-
node second order pyramid
(
5
nodes associated with the vertices and
8
with the edges
)
.
@item
20
9
-
node third order incomplete triangle
(
3
nodes associated with the vertices,
6
with the edges
)
@item
21
10
-
node third order triangle
(
3
nodes associated with the vertices,
6
with the edges,
1
with the face
)
@item
22
12
-
node fourth order incomplete triangle
(
3
nodes associated with the vertices,
9
with the edges
)
@item
23
15
-
node fourth order triangle
(
3
nodes associated with the vertices,
9
with the edges,
3
with the face
)
@item
24
15
-
node fifth order incomplete triangle
(
3
nodes associated with the vertices,
12
with the edges
)
@item
25
21
-
node fifth order complete triangle
(
3
nodes associated with the vertices,
12
with the edges,
6
with the face
)
@item
26
4
-
node third order edge
(
2
nodes associated with the vertices,
2
internal to the edge
)
@item
27
5
-
node fourth order edge
(
2
nodes associated with the vertices,
3
internal to the edge
)
@item
28
6
-
node fifth order edge
(
2
nodes associated with the vertices,
4
internal to the edge
)
@item
29
20
-
node third order tetrahedron
(
4
nodes associated with the vertices,
12
with the edges,
4
with the faces
)
@item
30
35
-
node fourth order tetrahedron
(
4
nodes associated with the vertices,
18
with the edges,
12
with the faces,
1
in the volume
)
@item
31
56
-
node fifth order tetrahedron
(
4
nodes associated with the vertices,
24
with the edges,
24
with the faces,
4
in the volume
)
@end table
See below for the ordering of the nodes.
...
...
@@ -3342,27 +3378,27 @@ are defined as follows.
@smallexample
@group
Line: Line
3
:
Line: Line
3
:
Line
4
:
0
----------
1
--
> u
0
-----
2
----
1
0
----------
1
--
> u
0
-----
2
----
1
0
----
2
----
3
----
1
@end group
@end smallexample
@smallexample
@group
Triangle: Triangle
6
:
v
^
|
2
2
|`
\
|`
\
| `
\
| `
\
| `
\
5
`
4
| `
\
| `
\
| `
\
| `
\
0
----------
1
--
> u
0
-----
3
----
1
Triangle: Triangle
6
:
Triangle
9
/
10
: Triangle
12
/
15
:
v
^
2
|
|
\
2
2
2
9
8
|`
\
|`
\
|
\
|
\
| `
\
| `
\
7
6
10
(
14
)
7
| `
\
5
`
4
|
\
|
\
| `
\
| `
\
8
(
9
)
5
11
(
12
)
(
13
)
6
| `
\
| `
\
|
\
|
\
0
----------
1
--
> u
0
-----
3
----
1
0
---
3
---
4
---
1
0
---
3
---
4
---
5
---
1
@end group
@end smallexample
...
...
@@ -3393,8 +3429,8 @@ Tetrahedron: Tetrahedron10:
.
,
/
/
2
2
,
/
|`
\
,
/
|`
\
2
2
,
/
|`
\
,
/
|`
\
,
/
| `
\
,
/
| `
\
,
/
'. `
\
,
6
'. `
5
,
/
| `
\
,
/
8
`
\
...
...
@@ -3479,6 +3515,18 @@ Pyramid: Pyramid13: Pyramid14:
@end group
@end smallexample
The nodes of a curved element are numbered in the following order:
@itemize
--
@item the element principal vertices;
@item the internal nodes for each edge;
@item the internal nodes for each face;
@item the volume internal nodes.
@end itemize
The numbering for face and volume internal nodes is recursive, ie. the
numbering follows that of the nodes of an embedded face
/
volume. The
higher order nodes are assumed to be equispaced on the element.
@c
-------------------------------------------------------------------------
@c Legacy formats
@c
-------------------------------------------------------------------------
...
...
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