diff options
author | 2021-01-07 08:33:23 -0800 | |
---|---|---|
committer | 2021-01-07 08:33:23 -0800 | |
commit | 091f7efd85e76b00510ea9dd909cbbebe47095e6 (patch) | |
tree | beb2cde31c86ab26814032f66d3b506b5a27647b /Docs/source/running_cpp/parameters.rst | |
parent | 6c8b1ef3bf49e2a5423f3f101c02bf51054656f0 (diff) | |
download | WarpX-091f7efd85e76b00510ea9dd909cbbebe47095e6.tar.gz WarpX-091f7efd85e76b00510ea9dd909cbbebe47095e6.tar.zst WarpX-091f7efd85e76b00510ea9dd909cbbebe47095e6.zip |
Implemented update without rho in RZ spectral solver (#1569)
* Implemented update without rho in RZ spectral solver
* Updated documentation for update_with_rho for RZ
* Tiny fix in GalileanPsatdAlgorithmRZ reordering declarations
* In Langmuir_multi_rz_psatd, set update_with_rho = 1
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 13209cf5d..811bda05f 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -1331,10 +1331,9 @@ Numerics and algorithms The coefficients :math:`C`, :math:`S`, :math:`\theta`, :math:`\nu`, :math:`\chi_1`, :math:`\chi_2`, and :math:`\chi_3` are defined in (`Lehe et al, PRE 94, 2016 <https://doi.org/10.1103/PhysRevE.94.053305>`_). - The default value for ``psatd.update_with_rho`` is ``1`` if ``psatd.v_galilean`` is non-zero or - in RZ geometry and ``0`` otherwise. + The default value for ``psatd.update_with_rho`` is ``1`` if ``psatd.v_galilean`` is non-zero and ``0`` otherwise. - Note that ``psatd.update_with_rho=0`` is not supported in RZ geometry. + Note that the update with and without rho is also supported in RZ geometry. * ``pstad.v_galilean`` (`3 floats`, in units of the speed of light; default `0. 0. 0.`) Defines the galilean velocity. |