diff options
author | 2019-10-24 11:05:38 -0700 | |
---|---|---|
committer | 2019-10-24 11:05:38 -0700 | |
commit | 4f25bdf251673b05ccdc9a9e8b58875c5ed04d28 (patch) | |
tree | d0dcebc544f5cb8501198c8828ea55f03cb483b4 /Examples/Tests/photon_pusher/check.py | |
parent | 8bfdd217a9622f2eaf78d2aa51d4a4790b5bd3a3 (diff) | |
parent | 52442365a27baabdc58e5247713e0c33faa40b36 (diff) | |
download | WarpX-4f25bdf251673b05ccdc9a9e8b58875c5ed04d28.tar.gz WarpX-4f25bdf251673b05ccdc9a9e8b58875c5ed04d28.tar.zst WarpX-4f25bdf251673b05ccdc9a9e8b58875c5ed04d28.zip |
Merge pull request #420 from WeiqunZhang/nodal_aux_3
Momentum-conserving field gather
Diffstat (limited to 'Examples/Tests/photon_pusher/check.py')
-rwxr-xr-x | Examples/Tests/photon_pusher/check.py | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |