diff options
Diffstat (limited to 'Examples/Modules/embedded_boundary_cube/inputs_3d')
-rw-r--r-- | Examples/Modules/embedded_boundary_cube/inputs_3d | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/Modules/embedded_boundary_cube/inputs_3d b/Examples/Modules/embedded_boundary_cube/inputs_3d index 481707540..7f00d0f4a 100644 --- a/Examples/Modules/embedded_boundary_cube/inputs_3d +++ b/Examples/Modules/embedded_boundary_cube/inputs_3d @@ -11,6 +11,9 @@ 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 |