FLDget_time_coordinates
Synopsis
Gets object id of the coordinate data for one time step.
int FLDget_time_coordinates(OMobj_id field, int step, OMobj_id *coordinates)
Description
Gets object id of the field's node data for one time step. You can call FLDget_node_data and FLDget_node_data_xxx on the returned object id.
Parameters
Pointer to a OMobj_id. The pointer will be filled in with the returned object id of the coordinate data.
Examples
Files
See Also