|
ExodusII 4.96
|

Functions | |
| int | ex_get_entity_count_per_polyhedra (int exoid, ex_entity_type blk_type, int blk_id, int *entity_counts) |
| 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.
| exoid | exodus file id |
| blk_type | type of block (face, or element) |
| blk_id | block identifer |
| entity_counts | entity_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.