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

Functions

int ex_put_node_map (int exoid, ex_entity_id map_id, const void_int *node_map)
 

Function Documentation

◆ ex_put_node_map()

int ex_put_node_map ( int exoid,
ex_entity_id map_id,
const void_int * node_map )

writes an node map; this is a vector of integers of length number of nodes

Parameters
exoidexodus file id
map_idnode map id
node_mapnode map
Deprecated
Use ex_put_num_map()(exoid, EX_NODE_MAP, map_id, node_map)