diff options
Diffstat (limited to 'Examples/Tests/restart/inputs')
-rw-r--r-- | Examples/Tests/restart/inputs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Examples/Tests/restart/inputs b/Examples/Tests/restart/inputs index 3f9e2692e..50b5cdfa9 100644 --- a/Examples/Tests/restart/inputs +++ b/Examples/Tests/restart/inputs @@ -8,18 +8,22 @@ amr.max_grid_size = 64 amr.blocking_factor = 32 amr.max_level = 0 geometry.coord_sys = 0 # 0: Cartesian -geometry.is_periodic = 1 1 0 # Is periodic? geometry.prob_lo = -0.00015 -0.00015 -0.00012 geometry.prob_hi = 0.00015 0.00015 1.e-06 ################################# +####### Boundary condition ###### +################################# +boundary.field_lo = periodic periodic pml +boundary.field_hi = periodic periodic pml + +################################# ############ NUMERICS ########### ################################# algo.maxwell_solver = ckc warpx.verbose = 1 warpx.do_dive_cleaning = 0 warpx.use_filter = 1 -warpx.do_pml = 1 warpx.cfl = .99 warpx.do_moving_window = 1 warpx.moving_window_dir = z |