ExodusII
5.15
|
Functions | |
int | ex_put_partial_id_map (int exoid, ex_entity_type map_type, int64_t start_entity_num, int64_t num_entities, const void_int *map) |
int ex_put_partial_id_map | ( | int | exoid, |
ex_entity_type | map_type, | ||
int64_t | start_entity_num, | ||
int64_t | num_entities, | ||
const void_int * | map | ||
) |
writes out a portion of the entity numbering map to the database; this allows the entity numbers to be non-contiguous. This map is used for mapping between local and global entity ids.
exoid | exodus file id |
map_type | |
start_entity_num | |
num_entities | |
map | element numbering map array |