FLDget_time_node_data
Synopsis
Gets object id of the coordinate data for one time step.
int FLDget_time_node_data(OMobj_id field, int step, OMobj_id *node_data)
Description
Gets object id of the field's coordinate data for one time step. You can call FLDget_coord on the returned object id.
Parameters
OMobj_id field
The OMobj_id of a time-dependent field.
int step
The time step to return
OMobj_id *coordinates
Pointer to a OMobj_id. The pointer will be filled in with the returned object id of the coordinate data.
Example
modules/timedata.c