From eba5447a30bbbf71d729d7010ee3cf591dc3c016 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Tue, 21 Dec 2021 14:38:03 -0500 Subject: 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 --- Examples/Tests/PythonWrappers/PICMI_inputs_2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/Tests/PythonWrappers/PICMI_inputs_2d.py') 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 -- cgit v1.2.3