From 356f7b7adf3f4272cf4019505b6cab47b6e87889 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Mon, 30 Sep 2019 09:10:03 -0700 Subject: update algo.field_gathering from standard to energy-conserving in inputs files --- Examples/Tests/photon_pusher/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/Tests/photon_pusher/check.py') diff --git a/Examples/Tests/photon_pusher/check.py b/Examples/Tests/photon_pusher/check.py index 3e6873842..d0986de48 100755 --- a/Examples/Tests/photon_pusher/check.py +++ b/Examples/Tests/photon_pusher/check.py @@ -112,7 +112,7 @@ def generate(): f.write("geometry.prob_hi = 0.5e-6 0.5e-6 0.5e-6\n") f.write("warpx.do_pml = 0\n") f.write("algo.charge_deposition = standard\n") - f.write("algo.field_gathering = standard\n") + f.write("algo.field_gathering = energy-conserving\n") f.write("warpx.cfl = 1.0\n") f.write("\nparticles.nspecies = {}\n".format(len(spec_names))) -- cgit v1.2.3