diff options
-rwxr-xr-x | Regression/TestFillBoundary/compare_guard_cells.sh | 4 | ||||
-rw-r--r-- | Regression/TestFillBoundary/inputs.2d | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Regression/TestFillBoundary/compare_guard_cells.sh b/Regression/TestFillBoundary/compare_guard_cells.sh index 3101062db..76a40bff8 100755 --- a/Regression/TestFillBoundary/compare_guard_cells.sh +++ b/Regression/TestFillBoundary/compare_guard_cells.sh @@ -37,7 +37,7 @@ COMPILE=true COMPILE_fcompare=true CLEAN=true DIM=2d -REL_TOL=2e-15 +REL_TOL=2e-15 plotfile=plt00002 OMP_NUM_THREADS=1 @@ -133,7 +133,7 @@ for NCI_CORR in 0 1; do if [ $DIVE == 1 ] && [ $NODAL == 1 ]; then continue; fi # Exception: NCI corrector + momentum-conserving gather (SEGFAULT on dev branch) if [ $NCI_CORR == 1 ] && [ $GATHER == momentum-conserving ]; then continue; fi - # Exceptions: PSATD does not work with NCI corrector, subcycling, + # Exceptions: PSATD does not work with NCI corrector, subcycling, if [[ $EXECUTABLE == *"PSATD"* ]]; then if [ $NCI_CORR == 1 ] || [ $SOLVER == ckc ] || [ $SUBCYCLING == 1 ] || \ [ $NODAL == 0 ] || [ $GATHER == momentum-conserving ] || \ diff --git a/Regression/TestFillBoundary/inputs.2d b/Regression/TestFillBoundary/inputs.2d index 5af05c881..69dbc247f 100644 --- a/Regression/TestFillBoundary/inputs.2d +++ b/Regression/TestFillBoundary/inputs.2d @@ -36,7 +36,7 @@ amr.plot_file = "plotfiles/plt" warpx.do_pml = 0 amr.max_level = 0 warpx.boost_direction = z -warpx.fine_tag_lo = -2.e-6 -8.e-6 +warpx.fine_tag_lo = -2.e-6 -8.e-6 warpx.fine_tag_hi = 2.e-6 0.e-6 warpx.pml_ncell=6 |