Synopsis
get the number of nodes (cell_nnodes) of one cell_set within a Cells Grid
int FLDget_cell_set_nnodes (
OMobj_id cell_set,
int *cell_nnodes);
Description
Note: FLDget_cell_set_nnodes gets the number of nodes (cell_nnodes) of one Cell_Set cell_set array element within a Cells Grid.
Note: The cell_nnodes is set automatically when the cell_set is created with FLDadd|get_cell_set.
Parameters
OMobj_id cell_set
The OMobj_id of one element within the cell_set array of a Cells Grid, as returned by the FLDget_cell_set routine.
int *cell_nodes
A pointer to an integer in which the cell_nnodes will be returned (for example, a Tet returns 4, a Tet2 returns 10, etc.). See the individual Cells descriptions.
Example
modules/ext_edge.c
modules/ext_face.c
modules/glyph.c
modules/rd_ucd.c
modules/write.c
Related routines