diff options
Diffstat (limited to 'Examples/Tests/PML/inputs_3d')
-rw-r--r-- | Examples/Tests/PML/inputs_3d | 6 |
1 files changed, 4 insertions, 2 deletions
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 |