aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/PythonWrappers/PICMI_inputs_2d.py
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers@lbl.gov> 2021-12-21 14:38:03 -0500
committerGravatar GitHub <noreply@github.com> 2021-12-21 11:38:03 -0800
commiteba5447a30bbbf71d729d7010ee3cf591dc3c016 (patch)
treee6b8775cdb1522aeb009312e2efaac2c43a7b974 /Examples/Tests/PythonWrappers/PICMI_inputs_2d.py
parent59918d5b98ecca0679fafd12af03f9d6a68fdba7 (diff)
downloadWarpX-eba5447a30bbbf71d729d7010ee3cf591dc3c016.tar.gz
WarpX-eba5447a30bbbf71d729d7010ee3cf591dc3c016.tar.zst
WarpX-eba5447a30bbbf71d729d7010ee3cf591dc3c016.zip
Add runtime option to use DM that is 'similar' to the mother grids in the PML. (#2665)
* add runtime option to use DM that is 'similar' to the mother grids in the PML. * update amrex * toggle similar dm * add runtime option to use DM that is 'similar' to the mother grids in the PML. * toggle similar dm * bump tolerance * document option * Change default PML behavior for psatd_dive_test Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
Diffstat (limited to 'Examples/Tests/PythonWrappers/PICMI_inputs_2d.py')
-rwxr-xr-xExamples/Tests/PythonWrappers/PICMI_inputs_2d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/PythonWrappers/PICMI_inputs_2d.py b/Examples/Tests/PythonWrappers/PICMI_inputs_2d.py
index 597bcd69a..c34c9cf80 100755
--- a/Examples/Tests/PythonWrappers/PICMI_inputs_2d.py
+++ b/Examples/Tests/PythonWrappers/PICMI_inputs_2d.py
@@ -251,7 +251,7 @@ def check_values(benchmark, data, rtol, atol):
passed = np.allclose(benchmark, np.sum(np.abs(data[:,:])), rtol = rtol, atol = atol)
assert(passed)
-rtol = 1e-09
+rtol = 2e-09
atol = 1e-12
# E