aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/embedded_boundary_cube
diff options
context:
space:
mode:
authorGravatar Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> 2021-07-20 20:16:20 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-21 03:16:20 +0000
commit4a1d30e003ebe4d91565f2be09dad2362cd99f6b (patch)
treef3261f88110ec0acbec579681e34443ed84066a9 /Examples/Modules/embedded_boundary_cube
parent4fa339e5951df30d06cd6084c5d7e47b7b3fa73c (diff)
downloadWarpX-4a1d30e003ebe4d91565f2be09dad2362cd99f6b.tar.gz
WarpX-4a1d30e003ebe4d91565f2be09dad2362cd99f6b.tar.zst
WarpX-4a1d30e003ebe4d91565f2be09dad2362cd99f6b.zip
Use new boundary input (#2110)
* support only new boundary interface. set pml flags to 0 as default * use new boundary interface in Examples/Modules/ * use new boundary interface in the input for tests in Examples/Physical_applications * use new boundary interface in the input for tests in Examples/Tests * use new bc * fix typo * fix typo * Update Examples/Tests/SingleParticle/inputs_2d * fix bc in input * specific bc for electrostatic inputs * resetting benchmark for PEC particle CI test after fixing the default pml flags from 1 to 0 * Update Examples/Physics_applications/laser_acceleration/inputs_2d_rz * remove documentation on previous boundary input * Comment to clarify where in the code is_periodic is appended and how it is defined * add default parameters for BC in doc
Diffstat (limited to 'Examples/Modules/embedded_boundary_cube')
-rw-r--r--Examples/Modules/embedded_boundary_cube/inputs_3d5
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