FLDFget_cell_set
Synopsis
INTEGER FLDFget_cell_set (field, i, cell_set)
INTEGER field(OIDSIZ)
INTEGER i
INTEGER cell_set(OIDSIZ)Description
FLDFget_cell_set returns an id of specified cell set in a mesh. This id will be the first argument in any subsequent call, such as FLDFget_ncells, FLDFget_cell_data_ncomp, etc.
Note: The FLDFset_cell_set routine has a different, purpose.
Parameters
An integer representing a pointer in which the object id of the i'th cell_set array will be returned.
Examples
Files
See Also