aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye
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/laser_injection_from_file/inputs.2d_test_txye
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/laser_injection_from_file/inputs.2d_test_txye')
-rw-r--r--Examples/Modules/laser_injection_from_file/inputs.2d_test_txye6
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye b/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye
index 43f0d1c93..a8f3db773 100644
--- a/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye
+++ b/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye
@@ -16,14 +16,14 @@ warpx.serialize_ics = 1
#################################
############ NUMERICS ###########
#################################
-interpolation.nox = 3
-interpolation.noy = 3
-interpolation.noz = 3
warpx.cfl = 0.98
warpx.use_filter = 0
algo.maxwell_solver = ckc
algo.load_balance_intervals = -1
+# Order of particle shape factors
+algo.particle_shape = 3
+
#################################
############# LASER #############
#################################