diff options
author | 2019-10-22 15:06:16 -0700 | |
---|---|---|
committer | 2019-10-22 15:06:16 -0700 | |
commit | 722294a24e28a4fb2ba3a409f700bad9da1ad3f8 (patch) | |
tree | 343d9e58bb7d2629e60f42af19fbb12eacc3513d /Examples/Tests/particle_pusher/inputs | |
parent | eae6a2296ae1f8dba26e2b5d9150d34811010b52 (diff) | |
download | WarpX-722294a24e28a4fb2ba3a409f700bad9da1ad3f8.tar.gz WarpX-722294a24e28a4fb2ba3a409f700bad9da1ad3f8.tar.zst WarpX-722294a24e28a4fb2ba3a409f700bad9da1ad3f8.zip |
use new syntax for external fields in examples
Diffstat (limited to 'Examples/Tests/particle_pusher/inputs')
-rwxr-xr-x | Examples/Tests/particle_pusher/inputs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Tests/particle_pusher/inputs b/Examples/Tests/particle_pusher/inputs index 45c075f51..5bf0330f8 100755 --- a/Examples/Tests/particle_pusher/inputs +++ b/Examples/Tests/particle_pusher/inputs @@ -40,5 +40,5 @@ warpx.plot_raw_fields = 0 # External fields # Ex is set to be Ex = -vy*Bz -warpx.B_external = 0.0 0.0 1.0 -warpx.E_external = -2.994174829214179e+08 0.0 0.0 +warpx.B_external_particle = 0.0 0.0 1.0 +warpx.E_external_particle = -2.994174829214179e+08 0.0 0.0 |