Files
mfem/examples/cylinder.mesh
T
2019-06-05 15:02:23 -07:00

63 lines
669 B
Plaintext

MFEM mesh v1.0
#
# MFEM Geometry Types (see mesh/geom.hpp):
#
# POINT = 0
# SEGMENT = 1
# TRIANGLE = 2
# SQUARE = 3
# TETRAHEDRON = 4
# CUBE = 5
# PRISM = 6
#
dimension
2
elements
6
1 3 0 1 7 6
1 3 1 2 8 7
1 3 2 3 9 8
1 3 3 4 10 9
1 3 4 5 11 10
1 3 5 0 6 11
boundary
12
1 1 0 1
1 1 1 2
1 1 2 3
1 1 3 4
1 1 4 5
1 1 5 0
3 1 7 6
3 1 8 7
3 1 9 8
3 1 10 9
3 1 11 10
3 1 6 11
vertices
12
nodes
FiniteElementSpace
FiniteElementCollection: H1_2D_P1
VDim: 3
Ordering: 1
1.8 0 0
0.9 1.5588457 0
-0.9 1.5588457 0
-1.8 0 0
-0.9 -1.5588457 0
0.9 -1.5588457 0
1.8 0 2
0.9 1.5588457 2
-0.9 1.5588457 2
-1.8 0 2
-0.9 -1.5588457 2
0.9 -1.5588457 2