ExodusII 4.96
expenm.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include <stdlib.h>
Include dependency graph for expenm.c:

Functions

int ex_put_elem_num_map (int exoid, const int *elem_map)

Function Documentation

int ex_put_elem_num_map ( int  exoid,
const int *  elem_map 
)

writes out the element numbering map to the database; this allows element numbers to be non-contiguous

Parameters:
exoidexodus file id
elem_mapelement numbering map array
Deprecated:
Use ex_put_id_map()(exoid, EX_ELEM_MAP, elem_map)

References EX_ELEM_MAP, and ex_put_id_map().