Skip to content

Commit

Permalink
Prom linear elasticity (#19)
Browse files Browse the repository at this point in the history
* initial commit

* correct parallel I/O for fom solution

* minor corrections on print message

---------

Co-authored-by: Henry Yu <[email protected]>
  • Loading branch information
bumpwy and Henry Yu authored Nov 16, 2023
1 parent 0c0ca7c commit ee7a47e
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 0 deletions.
77 changes: 77 additions & 0 deletions examples/data/beam-tri.mesh
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
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

elements
16
1 2 10 0 1
1 2 0 10 9
1 2 11 1 2
1 2 1 11 10
1 2 12 2 3
1 2 2 12 11
1 2 13 3 4
1 2 3 13 12
2 2 14 4 5
2 2 4 14 13
2 2 15 5 6
2 2 5 15 14
2 2 16 6 7
2 2 6 16 15
2 2 17 7 8
2 2 7 17 16

boundary
18
3 1 0 1
3 1 1 2
3 1 2 3
3 1 3 4
3 1 4 5
3 1 5 6
3 1 6 7
3 1 7 8
3 1 10 9
3 1 11 10
3 1 12 11
3 1 13 12
3 1 14 13
3 1 15 14
3 1 16 15
3 1 17 16
1 1 9 0
2 1 8 17

vertices
18
2
0 0
1 0
2 0
3 0
4 0
5 0
6 0
7 0
8 0
0 1
1 1
2 1
3 1
4 1
5 1
6 1
7 1
8 1
Loading

0 comments on commit ee7a47e

Please sign in to comment.