diff options
Diffstat (limited to 'Examples/Modules/embedded_boundary_cube/inputs_3d')
-rw-r--r-- | Examples/Modules/embedded_boundary_cube/inputs_3d | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Examples/Modules/embedded_boundary_cube/inputs_3d b/Examples/Modules/embedded_boundary_cube/inputs_3d index e1bf83c95..7bdc25749 100644 --- a/Examples/Modules/embedded_boundary_cube/inputs_3d +++ b/Examples/Modules/embedded_boundary_cube/inputs_3d @@ -4,13 +4,14 @@ amr.max_grid_size = 128 amr.max_level = 0 geometry.coord_sys = 0 -geometry.is_periodic = 0 0 0 geometry.prob_lo = -0.8 -0.8 -0.8 geometry.prob_hi = 0.8 0.8 0.8 -warpx.do_pml = 0 warpx.const_dt = 1e-6 warpx.cfl = 1 +boundary.field_lo = pec pec pec +boundary.field_hi = pec pec pec + eb2.geom_type = box eb2.box_lo = -0.5 -0.5 -0.5 eb2.box_hi = 0.5 0.5 0.5 |