diff options
Diffstat (limited to 'Examples/Tests/initial_plasma_profile')
-rw-r--r-- | Examples/Tests/initial_plasma_profile/inputs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Examples/Tests/initial_plasma_profile/inputs b/Examples/Tests/initial_plasma_profile/inputs index 28de9e67f..e62d47aaa 100644 --- a/Examples/Tests/initial_plasma_profile/inputs +++ b/Examples/Tests/initial_plasma_profile/inputs @@ -7,10 +7,14 @@ amr.max_grid_size = 64 amr.blocking_factor = 64 amr.max_level = 0 geometry.coord_sys = 0 -geometry.is_periodic = 0 0 geometry.prob_lo = -0.00024190484157981564 -0.00016126989438654374 geometry.prob_hi = 0.00024190484157981564 1.e-6 -warpx.do_pml = 0 + +################################# +###### Boundary condition ####### +################################# +boundary.field_lo = pec pec +boundary.field_hi = pec pec ################################# ############ NUMERICS ########### |