diff options
Diffstat (limited to 'Examples/Tests/initial_distribution/inputs')
-rw-r--r-- | Examples/Tests/initial_distribution/inputs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Examples/Tests/initial_distribution/inputs b/Examples/Tests/initial_distribution/inputs index cb12f251f..b307db142 100644 --- a/Examples/Tests/initial_distribution/inputs +++ b/Examples/Tests/initial_distribution/inputs @@ -7,10 +7,14 @@ amr.max_grid_size = 8 amr.blocking_factor = 8 amr.max_level = 0 geometry.coord_sys = 0 -geometry.is_periodic = 1 1 1 geometry.prob_lo = -1.0 -1.0 -1.0 geometry.prob_hi = 1.0 1.0 1.0 -warpx.do_pml = 0 + +################################# +####### Boundary Condition ###### +################################# +boundary.field_lo = periodic periodic periodic +boundary.field_hi = periodic periodic periodic ################################# ############ NUMERICS ########### |