diff options
author | 2020-12-11 09:16:54 -0800 | |
---|---|---|
committer | 2020-12-11 09:16:54 -0800 | |
commit | 3fde18912506bbfeeeaacc255f0c8a66ab2e2a05 (patch) | |
tree | 7d330e5ffc1fc8a540fd7d3a3bdee1072b7a1d2e /Docs/source/running_cpp/parameters.rst | |
parent | a7ba409b4cd0ce437d06f39fe6918745bf4407d5 (diff) | |
download | WarpX-3fde18912506bbfeeeaacc255f0c8a66ab2e2a05.tar.gz WarpX-3fde18912506bbfeeeaacc255f0c8a66ab2e2a05.tar.zst WarpX-3fde18912506bbfeeeaacc255f0c8a66ab2e2a05.zip |
PSATD Runtime Control (#1300)
* Docs: PSATD Runtime Option
* Tests: PSATD Runtime Option
Add new runtime option to PSATD regression test matrix.
* PICMI: PSATD runtime option
* Source: PSATD Runtime Option
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index d0d490875..d2b18c628 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -1078,9 +1078,8 @@ Numerics and algorithms * ``algo.current_deposition`` (`string`, optional) This parameter selects the algorithm for the deposition of the current density. Available options are: ``direct``, ``esirkepov``, and ``vay``. The default choice - is ``esirkepov`` if WarpX is compiled with the FDTD solver (that is, with - ``USE_PSATD=FALSE``) and ``direct`` if WarpX is compiled with the standard or - Galilean PSATD solver (that is, with ``USE_PSATD=TRUE``). + is ``esirkepov`` for FDTD maxwell solvers and ``direct`` for standard or + Galilean PSATD solver (that is, with ``algo.maxwell_solver = psatd``). 1. ``direct`` @@ -1136,9 +1135,9 @@ Numerics and algorithms - ``yee``: Yee FDTD solver. - ``ckc``: (not available in ``RZ`` geometry) Cole-Karkkainen solver with Cowan coefficients (see `Cowan, PRSTAB 16 (2013) <https://journals.aps.org/prab/abstract/10.1103/PhysRevSTAB.16.041303>`__) + - ``psatd``: Pseudo-spectral solver (see :ref:`theory <theory-pic-mwsolve-psatd>`) If ``algo.maxwell_solver`` is not specified, ``yee`` is the default. - Note: this option is currently ignored with PSATD. * ``algo.em_solver_medium`` (`string`, optional) The medium for evaluating the Maxwell solver. Available options are : |