ExodusII 4.96
exgecpp.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include <stdlib.h>
Include dependency graph for exgecpp.c:

Functions

int ex_get_entity_count_per_polyhedra (int exoid, ex_entity_type blk_type, int blk_id, int *entity_counts)

Function Documentation

int ex_get_entity_count_per_polyhedra ( int  exoid,
ex_entity_type  blk_type,
int  blk_id,
int *  entity_counts 
)

reads in the number of entities (nodes/faces) per polyhedra (nsided/nfaced) in this element block.

Parameters:
exoidexodus file id
blk_typetype of block (face, or element)
blk_idblock identifer
entity_countsentity_per_polyhedra count array

References EX_ELEM_BLOCK, ex_err(), EX_FACE_BLOCK, EX_FATAL, ex_id_lkup(), EX_MSG, ex_name_of_object(), EX_NOERR, EX_NULLENTITY, EX_WARN, exerrval, MAX_ERR_LENGTH, VAR_EBEPEC, and VAR_FBEPEC.