diff options
author | 2020-07-27 14:54:39 -0700 | |
---|---|---|
committer | 2020-07-27 14:54:39 -0700 | |
commit | e9a557f57122f88fa6a33da89a4513a9edb9d98d (patch) | |
tree | 6e0c6dbfaeae686a285aff29f5d929f7998bda20 /Examples/Modules/laser_injection_from_file/inputs.2d_test_txye | |
parent | 252efd0db610e7e3b66eb643cbfb0294f3108be7 (diff) | |
download | WarpX-e9a557f57122f88fa6a33da89a4513a9edb9d98d.tar.gz WarpX-e9a557f57122f88fa6a33da89a4513a9edb9d98d.tar.zst WarpX-e9a557f57122f88fa6a33da89a4513a9edb9d98d.zip |
Rename Input to `algo.maxwell_solver` (#1188)
* Rename Input to `algo.maxwell_solver`
Rename the input option `algo.maxwell_fdtd_solver` to
`algo.maxwell_solver` and throw a useful error message for users
using the old option.
This is in preparation to unify FDTD and PSATD input control to
reduce mutually exclusive binary variants of WarpX.
* MW Solver Name: Update Examples
Update all example to use the new algo.maxwell_solver option.
* Fix typo in comutation of dt
Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
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_txye | 2 |
1 files changed, 1 insertions, 1 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 6c0678432..ad0bc7fd4 100644 --- a/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye +++ b/Examples/Modules/laser_injection_from_file/inputs.2d_test_txye @@ -23,7 +23,7 @@ warpx.cfl = 0.98 warpx.do_dynamic_scheduling = 0 warpx.load_balance_int = -1 warpx.use_filter = 0 -algo.maxwell_fdtd_solver = ckc +algo.maxwell_solver = ckc ################################# ############ PLASMA ############# |