aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/usage/parameters.rst
diff options
context:
space:
mode:
authorGravatar David Grote <grote1@llnl.gov> 2022-06-24 00:20:19 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-24 00:20:19 -0700
commitf8cf3bc6276aab1d66b32a383c2021592676d69d (patch)
tree923cac9f50a5d227785dfa7e2547159571b905bf /Docs/source/usage/parameters.rst
parent6be401a3c7322e64efc91a89bf9644bca83f2db9 (diff)
downloadWarpX-f8cf3bc6276aab1d66b32a383c2021592676d69d.tar.gz
WarpX-f8cf3bc6276aab1d66b32a383c2021592676d69d.tar.zst
WarpX-f8cf3bc6276aab1d66b32a383c2021592676d69d.zip
Added `none` as an option for fields_to_plot (#2419)
* Added `none` as an option for fields_to_plot * Added CI test case * Further updates, for picmi and CI tests * Skip the call to amrex::WriteMultiLevelPlotfile when writing no fields * Now clears m_varnames_fields * Don't allocate m_mf_output if no varnames * Updated WarpX-tests.ini
Diffstat (limited to 'Docs/source/usage/parameters.rst')
-rw-r--r--Docs/source/usage/parameters.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst
index 285d731ab..02eed3fce 100644
--- a/Docs/source/usage/parameters.rst
+++ b/Docs/source/usage/parameters.rst
@@ -1998,6 +1998,7 @@ In-situ capabilities can be used by turning on Sensei or Ascent (provided they a
Default is ``<diag_name>.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz``,
unless in RZ geometry with ``<diag_name>.format == openpmd``,
then default is ``<diag_name>.fields_to_plot = Er Et Ez Br Bt Bz jr jt jz``.
+ When the special value ``none`` is specified, no fields are written out.
Note that the fields are averaged on the cell centers before they are written to file.
Also, when ``<diag_name>.format = openpmd``, the RZ modes for all fields are written.
Otherwise, we reconstruct a 2D Cartesian slice of the fields for output at :math:`\theta=0`.