FLDget_cell_set_nfaces


Synopsis

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);

Description

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.

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_nfaces

A pointer to an integer in which the cell_nfaces will be returned (for example, a Tet returns 4, a Hex returns 6, etc.). See the individual Cells descriptions.

Example

None available.

Related routines