results_probe
Reads variable values from VTK/VTU result files at a given point or node index, returning the value and actual coordinates.
Instructions
Read the value of a variable at one location of a VTK/VTU result: either the mesh point nearest to 'point' [x, y, z], or the point at 0-based index 'node_index'. Returns the value and the actual coordinates used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| point | No | ||
| variable | Yes | ||
| node_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||