diff options
author | 2021-05-17 09:20:28 -0700 | |
---|---|---|
committer | 2021-05-17 09:20:28 -0700 | |
commit | b0790171491c010d5bfb20eb9864fa2a44b4e32e (patch) | |
tree | ade45b116b25d986fd76ceee3eb34f5639a72870 /Examples/Modules | |
parent | 67400e7db2704ee70d7d08417740f644b72c463b (diff) | |
download | WarpX-b0790171491c010d5bfb20eb9864fa2a44b4e32e.tar.gz WarpX-b0790171491c010d5bfb20eb9864fa2a44b4e32e.tar.zst WarpX-b0790171491c010d5bfb20eb9864fa2a44b4e32e.zip |
`algo.particle_shape` Required Only with Particles or Lasers (#1962)
Diffstat (limited to 'Examples/Modules')
-rw-r--r-- | Examples/Modules/embedded_boundary_cube/inputs_3d | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Examples/Modules/embedded_boundary_cube/inputs_3d b/Examples/Modules/embedded_boundary_cube/inputs_3d index 7f00d0f4a..481707540 100644 --- a/Examples/Modules/embedded_boundary_cube/inputs_3d +++ b/Examples/Modules/embedded_boundary_cube/inputs_3d @@ -11,9 +11,6 @@ warpx.do_pml = 0 warpx.const_dt = 1e-6 warpx.cfl = 1 -# Order of particle shape factors -algo.particle_shape = 1 - eb2.geom_type = box eb2.box_lo = -0.5 -0.5 -0.5 eb2.box_hi = 0.5 0.5 0.5 |