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

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.

Examples

modules/timedata.c

Files

v/fld.v.

See Also

none.