Skip to content

Commit 2cc71ba

Browse files
committed
Adds the mfem disc-nurbs mesh
1 parent b3d8e6f commit 2cc71ba

1 file changed

Lines changed: 110 additions & 0 deletions

File tree

mfem/disc-nurbs.mesh

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
MFEM NURBS mesh v1.0
2+
3+
#
4+
# MFEM Geometry Types (see mesh/geom.hpp):
5+
#
6+
# SEGMENT = 1
7+
# SQUARE = 3
8+
# CUBE = 5
9+
#
10+
11+
dimension
12+
2
13+
14+
elements
15+
5
16+
1 3 4 5 6 7
17+
1 3 0 1 5 4
18+
1 3 1 2 6 5
19+
1 3 3 7 6 2
20+
1 3 0 4 7 3
21+
22+
boundary
23+
4
24+
1 1 0 1
25+
1 1 2 3
26+
1 1 1 2
27+
1 1 3 0
28+
29+
edges
30+
12
31+
0 0 1
32+
0 4 5
33+
0 7 6
34+
0 3 2
35+
1 1 2
36+
1 5 6
37+
1 4 7
38+
1 0 3
39+
2 0 4
40+
2 1 5
41+
2 2 6
42+
2 3 7
43+
44+
vertices
45+
8
46+
47+
knotvectors
48+
3
49+
2 3 0 0 0 1 1 1
50+
2 3 0 0 0 1 1 1
51+
2 3 0 0 0 1 1 1
52+
53+
weights
54+
1 1 1 1 1 1 1 1
55+
56+
0.7071067811865475244
57+
1
58+
1
59+
0.7071067811865475244
60+
61+
0.7071067811865475244
62+
1
63+
1
64+
0.7071067811865475244
65+
66+
1
67+
1
68+
1
69+
1
70+
71+
1
72+
0.8535533905932737622
73+
0.8535533905932737622
74+
0.8535533905932737622
75+
0.8535533905932737622
76+
77+
FiniteElementSpace
78+
FiniteElementCollection: NURBS2
79+
VDim: 2
80+
Ordering: 1
81+
82+
-2 -2
83+
2 -2
84+
2 2
85+
-2 2
86+
-1 -1
87+
1 -1
88+
1 1
89+
-1 1
90+
91+
0 -4
92+
0 -1
93+
0 1
94+
0 4
95+
96+
4 0
97+
1 0
98+
-1 0
99+
-4 0
100+
101+
-1.5 -1.5
102+
1.5 -1.5
103+
1.5 1.5
104+
-1.5 1.5
105+
106+
0 0
107+
0 -2.5
108+
2.5 0
109+
0 2.5
110+
-2.5 0

0 commit comments

Comments
 (0)