FLDFget_ncell_sets
FLDFset_ncell_sets
Synopsis
get/set the number of cell sets (ncell_sets) in an unstructured mesh
INTEGER FLDFget_ncell_sets (field, ncell_sets)
INTEGER field(OIDSIZ)
INTEGER ncell_sets
INTEGER FLDFset_ncell_sets (field, ncell_sets)
INTEGER field(OIDSIZ)
INTEGER ncell_sets
Description
These routines get/set the number of cell sets (ncell_sets) in an unstructured mesh.
Parameters
field
The integer id of a field that contains cell sets.
ncell_sets
In FLDFget_ncell_sets, ncell_sets is the number of cell sets [0-n] (ncell_sets) that will be returned.
In FLDFset_ncell_sets, ncell_sets is an integer that sets the number of cell sets (ncell_sets).