diff options
Diffstat (limited to 'Examples/Tests/PML')
-rw-r--r-- | Examples/Tests/PML/inputs_2d | 6 | ||||
-rw-r--r-- | Examples/Tests/PML/inputs_3d | 6 |
2 files changed, 8 insertions, 4 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 diff --git a/Examples/Tests/PML/inputs_3d b/Examples/Tests/PML/inputs_3d index c3e33977c..be66df340 100644 --- a/Examples/Tests/PML/inputs_3d +++ b/Examples/Tests/PML/inputs_3d @@ -6,13 +6,15 @@ amr.max_level = 0 # Domain and boundary conditions geometry.coord_sys = 0 -geometry.is_periodic = 0 0 0 geometry.prob_lo = -1.5e-05 -1.5e-05 -1.5e-05 geometry.prob_hi = 1.5e-05 1.5e-05 1.5e-05 +# Boundary condition +boundary.field_lo = pml pml pml +boundary.field_hi = pml pml pml + # Numerical parameters warpx.cfl = 1.0 -warpx.do_pml = 1 warpx.do_nodal = 0 warpx.do_dive_cleaning = 0 warpx.do_pml_dive_cleaning = 1 |