diff options
author | 2019-10-25 09:49:12 -0700 | |
---|---|---|
committer | 2019-10-25 09:49:12 -0700 | |
commit | 7a2fe4f3c115eeb9bfb8d48268be53111ffd40e3 (patch) | |
tree | 2a7f2b4e26783359ab965c6aa84efbe1c2e04529 /Examples/Tests/photon_pusher/analysis_photon_pusher.py | |
parent | 8e94555632b0282219d702938fff9fe6f9cf260f (diff) | |
parent | 398166af23cfadfbf989f73c9e973518ed7aca3c (diff) | |
download | WarpX-7a2fe4f3c115eeb9bfb8d48268be53111ffd40e3.tar.gz WarpX-7a2fe4f3c115eeb9bfb8d48268be53111ffd40e3.tar.zst WarpX-7a2fe4f3c115eeb9bfb8d48268be53111ffd40e3.zip |
fix merge conflicts with dev
Diffstat (limited to 'Examples/Tests/photon_pusher/analysis_photon_pusher.py')
-rwxr-xr-x | Examples/Tests/photon_pusher/analysis_photon_pusher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/photon_pusher/analysis_photon_pusher.py b/Examples/Tests/photon_pusher/analysis_photon_pusher.py index 3e6873842..d0986de48 100755 --- a/Examples/Tests/photon_pusher/analysis_photon_pusher.py +++ b/Examples/Tests/photon_pusher/analysis_photon_pusher.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))) |