32 lines
436 B
Plaintext
32 lines
436 B
Plaintext
# Part 1 - the node list.
|
|
# A bar with 8 nodes in 3d, no attributes, no boundary marker.
|
|
8 3 0 0
|
|
0 -5 5 0
|
|
1 -5 -5 0
|
|
2 5 -5 0
|
|
3 5 5 0
|
|
4 -5 5 -10
|
|
5 -5 -5 -10
|
|
6 5 -5 -10
|
|
7 5 5 -10
|
|
# Part 2 - the facet list.
|
|
# Six facets without boundary markers.
|
|
6 0
|
|
1
|
|
4 0 1 2 3
|
|
1
|
|
4 4 5 6 7
|
|
1
|
|
4 0 4 5 1
|
|
1
|
|
4 1 5 6 2
|
|
1
|
|
4 2 6 7 3
|
|
1
|
|
4 3 7 4 0
|
|
# Part 3 - the hole list.
|
|
# There is no hole in bar.
|
|
0
|
|
# Part 4 - the region list.
|
|
# There is no region defined.
|
|
0 |