get the number of faces (cell_nfaces) in one cell_set within a Cells Grid
int FLDget_cell_set_nfaces (
OMobj_id cell_set,
int *cell_nfaces);
FLDget_cell_set_nfaces gets the number of cell faces (cell_nfaces) of one Cell_Set cell_set array element within a Cells Grid. Only three dimensional cells have nfaces defined.
Note: the cell_nfaces is set automatically when the cell_set is created with FLDadd|get_cell_set.