diff options
author | 2018-12-11 10:37:21 -0800 | |
---|---|---|
committer | 2018-12-11 10:37:21 -0800 | |
commit | b53d4a7ea5c3963e16727aafdbda01771af04c0d (patch) | |
tree | 33ddccf2ceb4ae6670baa4ed31b9b97cb7035473 /Docs/source/running_cpp | |
parent | 4e4a84aba36b2d2168cf41077f596549180f0dd9 (diff) | |
download | WarpX-b53d4a7ea5c3963e16727aafdbda01771af04c0d.tar.gz WarpX-b53d4a7ea5c3963e16727aafdbda01771af04c0d.tar.zst WarpX-b53d4a7ea5c3963e16727aafdbda01771af04c0d.zip |
fix conflicts for merge revert
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index e0a0ac2b2..3c579d6fd 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -376,10 +376,11 @@ Numerics and algorithms - ``2``: Direct deposition, vectorized - ``3``: Direct deposition, non-optimized - .. warning:: + .. warning :: - On GPU, use ``algo.current_deposition=0`` for Esirkepov - or ``3`` for direct deposition. + The vectorized Esirkepov deposition + (``algo.current_deposition=0``) is currently not functional in WarpX. + All the other methods (``1``, ``2`` and ``3``) are functional. * ``algo.charge_deposition`` (`integer`) The algorithm for the charge density deposition: @@ -392,10 +393,6 @@ Numerics and algorithms - ``0``: Vectorized version - ``1``: Non-optimized version - .. warning:: - - The vectorized version does not run on GPU. Use - ``algo.field_gather=1`` when running on GPU. * ``algo.particle_pusher`` (`integer`) The algorithm for the particle pusher: @@ -473,9 +470,6 @@ Diagnostics and output Only used when mesh refinement is activated and ``warpx.plot_raw_fields`` is ``1``. Whether to output the data of the coarse patch, in the plot files. -* ``amr.plot_file`` (`string`) - Root for output file names. Supports sub-directories. Default `plotfiles/plt` - Checkpoints and restart ----------------------- WarpX supports checkpoints/restart via AMReX. |