diff options
author | 2018-12-12 10:36:42 -0800 | |
---|---|---|
committer | 2018-12-12 10:36:42 -0800 | |
commit | 86ff3fa5cfb5695f55cd514d8df0e99b81187cce (patch) | |
tree | 22c9f627f37ad905bee89782cb71b4a14e468d53 /Docs/source/running_cpp | |
parent | 22dd9a7bdbfcf07fb3ad5d442011e4423cddbd6c (diff) | |
download | WarpX-86ff3fa5cfb5695f55cd514d8df0e99b81187cce.tar.gz WarpX-86ff3fa5cfb5695f55cd514d8df0e99b81187cce.tar.zst WarpX-86ff3fa5cfb5695f55cd514d8df0e99b81187cce.zip |
manually reverting back to last known working version of WarpX
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 3c579d6fd..e0a0ac2b2 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -376,11 +376,10 @@ Numerics and algorithms - ``2``: Direct deposition, vectorized - ``3``: Direct deposition, non-optimized - .. warning :: + .. warning:: - The vectorized Esirkepov deposition - (``algo.current_deposition=0``) is currently not functional in WarpX. - All the other methods (``1``, ``2`` and ``3``) are functional. + On GPU, use ``algo.current_deposition=0`` for Esirkepov + or ``3`` for direct deposition. * ``algo.charge_deposition`` (`integer`) The algorithm for the charge density deposition: @@ -393,6 +392,10 @@ 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: @@ -470,6 +473,9 @@ 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. |