Synopsis
get a cell set id
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
field
The integer id of a field that contains cell sets.
i
An integer that specifies which cell_set [0-n]'s value to return in the cell_set[ncell_sets] array.
cell_set
An integer representing a pointer in which the object id of the i'th cell_set array will be returned.