diff options
Diffstat (limited to 'Examples/Modules/boosted_diags')
-rw-r--r-- | Examples/Modules/boosted_diags/inputs_3d_slice | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Examples/Modules/boosted_diags/inputs_3d_slice b/Examples/Modules/boosted_diags/inputs_3d_slice index d7c8b457f..680777336 100644 --- a/Examples/Modules/boosted_diags/inputs_3d_slice +++ b/Examples/Modules/boosted_diags/inputs_3d_slice @@ -13,10 +13,12 @@ my_constants.ymax = +128.e-6 my_constants.zmax = 0.96e-6 geometry.coord_sys = 0 # 0: Cartesian -geometry.is_periodic = 1 1 0 # Is periodic? geometry.prob_lo = xmin ymin zmin geometry.prob_hi = xmax ymax zmax +boundary.field_lo = periodic periodic pec +boundary.field_hi = periodic periodic pec + algo.current_deposition = esirkepov algo.charge_deposition = standard algo.field_gathering = energy-conserving @@ -24,7 +26,6 @@ algo.particle_pusher = vay algo.maxwell_solver = ckc warpx.use_filter = 1 warpx.cfl = 1. -warpx.do_pml = 0 # Order of particle shape factors algo.particle_shape = 3 |