Skip to content

Commit

Permalink
minor changes and added mesh file
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Yu committed Aug 29, 2023
1 parent a8b0d4d commit b7d3b0b
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions examples/data/periodic-square.mesh
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
MFEM mesh v1.0

#
# MFEM Geometry Types (see mesh/geom.hpp):
#
# POINT = 0
# SEGMENT = 1
# TRIANGLE = 2
# SQUARE = 3
# TETRAHEDRON = 4
# CUBE = 5
#

dimension
2

# format: <attribute> <geometry type> <vertex 0> <vertex 1> ...
elements
9
1 3 0 1 4 3
2 3 1 2 5 4
3 3 2 0 3 5
4 3 3 4 7 6
5 3 4 5 8 7
6 3 5 3 6 8
7 3 6 7 1 0
8 3 7 8 2 1
9 3 8 6 0 2

boundary
0

vertices
9

nodes
FiniteElementSpace
FiniteElementCollection: L2_T1_2D_P1
VDim: 2
Ordering: 1

-1 -1
-0.333333333 -1
-1 -0.333333333
-0.333333333 -0.333333333

-0.333333333 -1
+0.333333333 -1
-0.333333333 -0.333333333
+0.333333333 -0.333333333

+0.333333333 -1
+1 -1
+0.333333333 -0.333333333
+1 -0.333333333

-1 -0.333333333
-0.333333333 -0.333333333
-1 +0.333333333
-0.333333333 +0.333333333

-0.333333333 -0.333333333
+0.333333333 -0.333333333
-0.333333333 +0.333333333
+0.333333333 +0.333333333

+0.333333333 -0.333333333
+1 -0.333333333
+0.333333333 +0.333333333
+1 +0.333333333

-1 +0.333333333
-0.333333333 +0.333333333
-1 +1
-0.333333333 +1

-0.333333333 +0.333333333
+0.333333333 +0.333333333
-0.333333333 +1
+0.333333333 +1

+0.333333333 +0.333333333
+1 +0.333333333
+0.333333333 +1
+1 +1

0 comments on commit b7d3b0b

Please sign in to comment.