ExodusII
6.05
|
#include <stddef.h>
#include <stdio.h>
#include <sys/types.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
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 |