diff options
Diffstat (limited to 'Examples/Physics_applications/laser_ion/inputs')
-rw-r--r-- | Examples/Physics_applications/laser_ion/inputs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Examples/Physics_applications/laser_ion/inputs b/Examples/Physics_applications/laser_ion/inputs index d69f55f87..8a8b18f66 100644 --- a/Examples/Physics_applications/laser_ion/inputs +++ b/Examples/Physics_applications/laser_ion/inputs @@ -25,7 +25,10 @@ amr.n_cell = 2688 3712 amr.max_level = 0 geometry.prob_lo = -7.5e-6 -5.e-6 geometry.prob_hi = 7.5e-6 25.e-6 -geometry.is_periodic = 0 0 # non-periodic (default) + +# Boundary condition +boundary.field_lo = pml pml +boundary.field_hi = pml pml # Order of particle shape factors algo.particle_shape = 3 |