Synopsis
get the number of nodes (cell_nnodes) of a cell set
INTEGER FLDFget_cell_set_nnodes (cell_set, cell_nnodes)
INTEGER cell_set(OIDSIZ)
INTEGER cell_nnodes
Description
Note: The cell_nnodes is set automatically when the cell_set is created with FLDFadd_cell_set and FLDFset_cell_set.
Parameters
cell_set
The integer id of a cell set, as returned by the FLDFget_cell_set routine.
cell_nodes
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.
Related routines