aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/photon_pusher/analysis_photon_pusher.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-25 09:49:12 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-25 09:49:12 -0700
commit7a2fe4f3c115eeb9bfb8d48268be53111ffd40e3 (patch)
tree2a7f2b4e26783359ab965c6aa84efbe1c2e04529 /Examples/Tests/photon_pusher/analysis_photon_pusher.py
parent8e94555632b0282219d702938fff9fe6f9cf260f (diff)
parent398166af23cfadfbf989f73c9e973518ed7aca3c (diff)
downloadWarpX-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-xExamples/Tests/photon_pusher/analysis_photon_pusher.py2
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)))