You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/source/usage/parameters.rst
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2655,14 +2655,11 @@ Reduced Diagnostics
2655
2655
the value of the Poynting Vector :math:`|S|` of the electromagnetic fields,
2656
2656
at mesh refinement levels from 0 to :math:`n`, at point (:math:`x`, :math:`y`, :math:`z`).
2657
2657
2658
-
Note: the norms are always interpolated to the measurement point before they are written
2659
-
to file. The electromagnetic field components are interpolated to the measurement point
2660
-
by default, but can they be saved as non-averaged by setting
2661
-
``<reduced_diags_name>.raw_fields = true``, in which case the raw fields for the cell
2662
-
containing the measurement point are saved. In RZ geometry, this only saves the
2663
-
0'th azimuthal mode component of the fields.
2658
+
The fields are always interpolated to the measurement point.
2664
2659
The interpolation order can be set by specifying ``<reduced_diags_name>.interp_order``,
2665
-
otherwise it is set to ``1``.
2660
+
defaulting to ``1``.
2661
+
In RZ geometry, this only saves the
2662
+
0'th azimuthal mode component of the fields.
2666
2663
Integrated electric and magnetic field components can instead be obtained by specifying
2667
2664
``<reduced_diags_name>.integrate == true``.
2668
2665
In a *moving window* simulation, the FieldProbe can be set to follow the moving frame by specifying ``<reduced_diags_name>.do_moving_window_FP = 1`` (default 0).
0 commit comments