-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable interface reconstruction in RZ geometry. * Propagate recent fixes from R3D. * Improve numeric tolerance robustness.
- Loading branch information
Showing
39 changed files
with
970 additions
and
190 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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,20 @@ | ||
505 1.88000945908630736e-03 | ||
515 5.98162700187310648e-04 | ||
525 5.79192820814975959e-04 | ||
535 5.57228567701686115e-04 | ||
545 5.43774126782504107e-04 | ||
556 6.19981467578920378e-04 | ||
566 7.02727304754922899e-04 | ||
576 6.83395026697168617e-04 | ||
586 6.61516271301973088e-04 | ||
596 2.51687235971954394e-03 | ||
56 6.19981467578908235e-04 | ||
66 7.02727304754995757e-04 | ||
76 6.83395026697088820e-04 | ||
86 6.61516271301881148e-04 | ||
96 2.51687235971973997e-03 | ||
305 1.88000945908626399e-03 | ||
315 5.98162700187318888e-04 | ||
325 5.79192820815074838e-04 | ||
335 5.57228567701767430e-04 | ||
345 5.43774126782678446e-04 |
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,20 @@ | ||
#!/bin/bash | ||
: <<'END' | ||
This file is part of the Ristra tangram project. | ||
Please see the license file at the root of this repository, or at: | ||
https://github.com/laristra/tangram/blob/master/LICENSE | ||
END | ||
|
||
|
||
# Exit on error | ||
set -e | ||
# Echo each command | ||
set -x | ||
|
||
# 2D MOF interface reconstruction on a regular 10x10 RZ grid | ||
# with two planar material interfaces forming a tilted T-junction. | ||
# Uses SimpleMesh. | ||
${RUN_COMMAND} ${TESTAPPDIR}/test_mof_2d_rz 1 10 10 1 | ||
|
||
# Compare the values for the field | ||
${CMPAPPDIR}/apptest_cmp cell_sym_diff_gold1_rz_2d.txt cell_sym_diff_2d_simple_mesh_decomposed.txt 1e-11 |
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.