|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stdio.h>Functions | |
| int | ex_get_entity_count_per_polyhedra (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, int *entity_counts) |
| int ex_get_entity_count_per_polyhedra | ( | int | exoid, |
| ex_entity_type | blk_type, | ||
| ex_entity_id | 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 identifier |
| entity_counts | entity_per_polyhedra count array |