ExodusII
5.15
|
Functions | |
int | ex_put_entity_count_per_polyhedra (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, const int *entity_counts) |
int ex_put_entity_count_per_polyhedra | ( | int | exoid, |
ex_entity_type | blk_type, | ||
ex_entity_id | blk_id, | ||
const int * | entity_counts | ||
) |
writes out the number of entities (nodes/faces) per polyhedra (nsided/nfaced) in this element block to the database.
exoid | exodus file id |
blk_type | type of block (face, or element) |
blk_id | block identifer |
entity_counts | entity_per_polyhedra count array |