ExodusII 4.96
expnm.c File Reference
#include "exodusII.h"
Include dependency graph for expnm.c:

Functions

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

Function Documentation

int ex_put_node_map ( int  exoid,
int  map_id,
const 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)

References EX_NODE_MAP, and ex_put_num_map().