diff options
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 |