diff options
Diffstat (limited to 'Docs/source/usage/parameters.rst')
-rw-r--r-- | Docs/source/usage/parameters.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst index 91239e24f..f7eba5583 100644 --- a/Docs/source/usage/parameters.rst +++ b/Docs/source/usage/parameters.rst @@ -2675,9 +2675,9 @@ Reduced Diagnostics are computed. * ``FieldReduction`` - This type computes an arbitrary reduction of the positions and the electromagnetic fields. + This type computes an arbitrary reduction of the positions, the current density, and the electromagnetic fields. - * ``<reduced_diags_name>.reduced_function(x,y,z,Ex,Ey,Ez,Bx,By,Bz)`` (`string`) + * ``<reduced_diags_name>.reduced_function(x,y,z,Ex,Ey,Ez,Bx,By,Bz,jx,jy,jz)`` (`string`) An analytic function to be reduced must be provided, using the math parser. * ``<reduced_diags_name>.reduction_type`` (`string`) |