Skip to content
Snippets Groups Projects
Commit b11f0a36 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

document edge ordering for hexa, prism and pyramid
parent 2e1dc14b
No related branches found
No related tags found
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.110 2004-05-25 04:10:11 geuzaine Exp $ @c $Id: gmsh.texi,v 1.111 2004-05-25 04:20:34 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -3246,18 +3246,18 @@ Tetrahedron: ...@@ -3246,18 +3246,18 @@ Tetrahedron:
@example @example
@group @group
Hexahedron: Hexahedron:
edge 1: nodes 1 -> 2
v v 2: 1 -> 4
| | 3: 1 -> 5
| | 4: 2 -> 3
4----|--3 4----|--3 5: 2 -> 6
|\ | |\ |\ | |\ 6: 3 -> 4
| 8-------7 | 8-------7 7: 3 -> 7
| | ----|---u | | ----|---u 8: 4 -> 8
1-|---\-2 | 1-|---\-2 | 9: 5 -> 6
\| \ \| \| \ \| 10: 5 -> 8
5-----\-6 5-----\-6 11: 6 -> 7
\ \ 12: 7 -> 8
w w
@end group @end group
@end example @end example
...@@ -3265,15 +3265,15 @@ Hexahedron: ...@@ -3265,15 +3265,15 @@ Hexahedron:
@example @example
@group @group
Prism: Prism:
edge 1: nodes 1 -> 2
v v 2: 1 -> 3
3 | 3 | 3: 1 -> 4
|\| |\| 4: 2 -> 3
| | | | 5: 2 -> 5
1_|2 1_|2 6: 3 -> 6
\| 6 \| 6 7: 4 -> 5
|_|_\___u |_|_\___u 8: 4 -> 6
\| \ \| \ 9: 5 -> 6
4 __5 4 __5
\ \
\ \
...@@ -3284,14 +3284,14 @@ Prism: ...@@ -3284,14 +3284,14 @@ Prism:
@example @example
@group @group
Pyramid: Pyramid:
edge 1: nodes 1 -> 2
v v 2 1 -> 4
| | 3 1 -> 5
| | 4 2 -> 3
4---|---3 4---|---3 5 2 -> 5
| \ | /| | \ | /| 6 3 -> 4
| \ -/-|---u | \ -/-|---u 7 3 -> 5
| / 5\ | | / 5\ | 8 4 -> 5
1/----\-2 1/----\-2
\ \
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment