fieldAtIndices
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimMD licenses.
Similar to fieldAtCoords, but the point is specified in terms of grid indices (as opposed to physical coordinates).
(To store field values within a sub-array, see fieldArray.)
Use the fieldAtIndices History kind with the following parameters:
field (string, required)
Indicates the field for a History kind that reports data for a single field.
point (integer vector, required)
Specify a grid indices where the field value is recorded.
components (integer vector, optional)
Specify which components of the field are recorded. If not specified, all available components of the field are written out.
<History fieldAtIndices>
kind = fieldAtIndices
field = myField.testField
point = [3 3 3]
components = [0 2]
</History>