diff options
Diffstat (limited to 'Examples/Tests/PML/inputs_2d')
-rw-r--r-- | Examples/Tests/PML/inputs_2d | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Examples/Tests/PML/inputs_2d b/Examples/Tests/PML/inputs_2d index 3284e98fd..f7a71bc59 100644 --- a/Examples/Tests/PML/inputs_2d +++ b/Examples/Tests/PML/inputs_2d @@ -13,16 +13,18 @@ amr.max_level = 0 # Geometry geometry.coord_sys = 0 -geometry.is_periodic = 0 0 0 geometry.prob_lo = -30.e-6 -120.e-6 geometry.prob_hi = 30.e-6 120.e-6 +# Boundary condition +boundary.field_lo = pml pml +boundary.field_hi = pml pml + # Verbosity warpx.verbose = 1 # Algorithms warpx.cfl = 1.0 -warpx.do_pml = 1 warpx.use_filter = 0 warpx.do_moving_window = 0 |