diff options
author | 2022-08-17 15:02:40 -0700 | |
---|---|---|
committer | 2022-08-17 15:02:40 -0700 | |
commit | 594e65fa11e370b08155b27469fdfa3ac4e20fa0 (patch) | |
tree | 80f97f36f05e1c1590143b9cd815a46a435f7e9a /Examples/Physics_applications | |
parent | ee837089bf2264feb412e6351c22658dfe7599d2 (diff) | |
download | WarpX-594e65fa11e370b08155b27469fdfa3ac4e20fa0.tar.gz WarpX-594e65fa11e370b08155b27469fdfa3ac4e20fa0.tar.zst WarpX-594e65fa11e370b08155b27469fdfa3ac4e20fa0.zip |
Allow filtering in z with RZ FDTD (#3281)
* Allow filtering in z with RZ FDTD
* Update the error message about filtering in RZ
* Turned z filtering on in laser_acceleration/inputs_rz
* Update LaserAccelerationRZ benchmark, including z filtering
Diffstat (limited to 'Examples/Physics_applications')
-rw-r--r-- | Examples/Physics_applications/laser_acceleration/inputs_rz | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/Physics_applications/laser_acceleration/inputs_rz b/Examples/Physics_applications/laser_acceleration/inputs_rz index 270684b1c..d844f890e 100644 --- a/Examples/Physics_applications/laser_acceleration/inputs_rz +++ b/Examples/Physics_applications/laser_acceleration/inputs_rz @@ -20,7 +20,8 @@ boundary.field_hi = pec pec ################################# warpx.verbose = 1 warpx.do_dive_cleaning = 0 -warpx.use_filter = 0 +warpx.use_filter = 1 +warpx.filter_npass_each_dir = 0 1 warpx.cfl = 1. # if 1., the time step is set to its CFL limit warpx.do_moving_window = 1 warpx.moving_window_dir = z # Only z is supported for the moment |