42 lines
381 B
Plaintext
42 lines
381 B
Plaintext
MFEM mesh v1.0
|
|
|
|
#
|
|
# MFEM Geometry Types (see fem/geom.hpp):
|
|
#
|
|
# POINT = 0
|
|
# SEGMENT = 1
|
|
# TRIANGLE = 2
|
|
# SQUARE = 3
|
|
# TETRAHEDRON = 4
|
|
# CUBE = 5
|
|
# PRISM = 6
|
|
#
|
|
|
|
dimension
|
|
3
|
|
|
|
elements
|
|
1
|
|
1 5 0 1 2 3 4 5 6 7
|
|
|
|
boundary
|
|
6
|
|
1 3 3 2 1 0
|
|
2 3 0 1 5 4
|
|
3 3 1 2 6 5
|
|
4 3 2 3 7 6
|
|
5 3 3 0 4 7
|
|
6 3 4 5 6 7
|
|
|
|
vertices
|
|
8
|
|
3
|
|
0 0 0
|
|
1 0 0
|
|
1 1 0
|
|
0 1 0
|
|
0 0 1
|
|
1 0 1
|
|
1 1 1
|
|
0 1 1
|