ExodusII  6.05
ex_put_partial_elem_map.c File Reference
#include <sys/types.h>
#include "exodusII.h"

Functions

int ex_put_partial_elem_map (int exoid, ex_entity_id map_id, int64_t ent_start, int64_t ent_count, const void_int *elem_map)

Function Documentation

int ex_put_partial_elem_map ( int  exoid,
ex_entity_id  map_id,
int64_t  ent_start,
int64_t  ent_count,
const void_int elem_map 
)

writes an element map; this is a vector of integers of length number of elements

Deprecated:
Use ex_put_partial_num_map()(exoid, EX_ELEM_MAP, map_id, ent_start, ent_count, elem_map) instead
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines