aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/embedded_boundary_cube
diff options
context:
space:
mode:
authorGravatar Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2021-05-11 20:57:07 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-11 20:57:07 -0700
commitd65e6682af5e74cb061d2dff8be06f350b8cebf6 (patch)
tree66736f78a3d933d0b20a77a2c9bbc4f5a3e45239 /Examples/Modules/embedded_boundary_cube
parentc26fadfcfa9c39ec024ecc0053f6fddb3ffdd163 (diff)
downloadWarpX-d65e6682af5e74cb061d2dff8be06f350b8cebf6.tar.gz
WarpX-d65e6682af5e74cb061d2dff8be06f350b8cebf6.tar.zst
WarpX-d65e6682af5e74cb061d2dff8be06f350b8cebf6.zip
New Input Parameter for Order of Shape Factors (#1934)
* Define New Input Parameter interpolation.shape_factors_order * Use New Input Parameter, Remove Obsolete Ones * Add New Input Parameter to PICMI Interface * Update Docs, Use New Input Parameter in Remaining Input Files * Cleaning * New Name: algo.particle_shape
Diffstat (limited to 'Examples/Modules/embedded_boundary_cube')
-rw-r--r--Examples/Modules/embedded_boundary_cube/inputs_3d3
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