get the cell face information in one cell_set within a Cells Grid
int FLDget_cell_faces (
OMobj_id cell_set,
xp_long *cell_nfaces,
int **face_nnodes,
int **face_corner_nnodes,
xp_long **node_list,
xp_long *size);
int FLDget_cell_faces_n (
OMobj_id cell_set,
int *cell_nfaces,
int **face_nnodes,
int **face_corner_nnodes,
int **node_list,
int *size);
FLDget_cell_faces gets all the cell face information in one cell_set array element within a Cells Grid. This includes the number of faces, the cell_face_nnodes array, the cell_face_corner_nnodes array, and the cell_face_connect array.
Note: These values are set automatically when the cell_set is created with FLDadd_cell_set or FLDset_cell_set. See the individual cell type descriptions.
modules/ext_edge.c
modules/ext_face.c