From 091f7efd85e76b00510ea9dd909cbbebe47095e6 Mon Sep 17 00:00:00 2001 From: David Grote Date: Thu, 7 Jan 2021 08:33:23 -0800 Subject: 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 --- Docs/source/running_cpp/parameters.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Docs/source/running_cpp') 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 `_). - 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. -- cgit v1.2.3