Exodus 8.24
Loading...
Searching...
No Matches
ex_put_elem_map.c File Reference
#include "exodusII.h"

Functions

int ex_put_elem_map (int exoid, ex_entity_id map_id, const void_int *elem_map)
 

Function Documentation

◆ ex_put_elem_map()

int ex_put_elem_map ( int exoid,
ex_entity_id map_id,
const void_int * elem_map )

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

Parameters
exoidexodus file id
map_idelement map id
elem_mapelement map
Deprecated
Use ex_put_num_map()(exoid, EX_ELEM_MAP, map_id, elem_map)