-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a bunch of meshes for experiments and Nankai interpolation. Ne…
…ed to clean this up
- Loading branch information
1 parent
7a6db91
commit 51fa946
Showing
15 changed files
with
851,342 additions
and
225 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"mesh_filename": "./data/nankai_very_very_dense.msh", | ||
"smoothing_weight": 1e14, | ||
"top_slip_rate_constraint": 1, | ||
"bot_slip_rate_constraint": 1, | ||
"side_slip_rate_constraint": 1, | ||
"a_priori_slip_filename": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"mesh_filename": "./data/nankai.msh", | ||
"smoothing_weight": 1e14, | ||
"top_slip_rate_constraint": 1, | ||
"bot_slip_rate_constraint": 1, | ||
"side_slip_rate_constraint": 1, | ||
"a_priori_slip_filename": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
[ | ||
{ | ||
"mesh_filename": "./nankai.msh", | ||
"mesh_filename": "./data/nankai_very_very_dense.msh", | ||
"smoothing_weight": 1e14, | ||
"top_slip_rate_constraint": 1, | ||
"bot_slip_rate_constraint": 1, | ||
"side_slip_rate_constraint": 1, | ||
"top_slip_rate_weight": 1, | ||
"bot_slip_rate_weight": 1, | ||
"side_slip_rate_weight": 1, | ||
"a_priori_slip_filename": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"mesh_filename": "./data/cascadia_118k.msh", | ||
"smoothing_weight": 1e14, | ||
"top_slip_rate_constraint": 1, | ||
"bot_slip_rate_constraint": 1, | ||
"side_slip_rate_constraint": 1, | ||
"top_slip_rate_weight": 1, | ||
"bot_slip_rate_weight": 1, | ||
"side_slip_rate_weight": 1, | ||
"a_priori_slip_filename": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"mesh_filename": "./data/cascadia_dense_60k.msh", | ||
"smoothing_weight": 1e14, | ||
"top_slip_rate_constraint": 1, | ||
"bot_slip_rate_constraint": 1, | ||
"side_slip_rate_constraint": 1, | ||
"top_slip_rate_weight": 1, | ||
"bot_slip_rate_weight": 1, | ||
"side_slip_rate_weight": 1, | ||
"a_priori_slip_filename": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"mesh_filename": "./data/cascadia_bane_test.msh", | ||
"smoothing_weight": 1e14, | ||
"top_slip_rate_constraint": 1, | ||
"bot_slip_rate_constraint": 1, | ||
"side_slip_rate_constraint": 1, | ||
"top_slip_rate_weight": 1, | ||
"bot_slip_rate_weight": 1, | ||
"side_slip_rate_weight": 1, | ||
"a_priori_slip_filename": "" | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.