diff options
author | 2019-08-27 15:35:09 -0700 | |
---|---|---|
committer | 2019-08-27 15:35:09 -0700 | |
commit | 80a7d803e13b4649ec4249a22be7f853b0a61899 (patch) | |
tree | 3c7a679122129e5568765a99502d78c393fbf055 /Docs/source/running_cpp | |
parent | 277c7e1bbf92a20fb466ce1f218b08619c045dea (diff) | |
parent | d1917883714aa3489ce4e6a2d06977430acc6db7 (diff) | |
download | WarpX-80a7d803e13b4649ec4249a22be7f853b0a61899.tar.gz WarpX-80a7d803e13b4649ec4249a22be7f853b0a61899.tar.zst WarpX-80a7d803e13b4649ec4249a22be7f853b0a61899.zip |
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 846973497..0e46761e9 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -327,6 +327,7 @@ Particle initialization * ``<species>.plot_vars`` (list of `strings` separated by spaces, optional) List of particle quantities to write to `plotfiles`. By defaults, all quantities are written to file. Choices are + * ``w`` for the particle weight, * ``ux`` ``uy`` ``uz`` for the particle momentum, * ``Ex`` ``Ey`` ``Ez`` for the electric field on particles, |