Exodus 8.24
|
#include "exodusII.h"
Functions | |
int | ex_get_node_num_map (int exoid, void_int *node_map) |
int ex_get_node_num_map | ( | int | exoid, |
void_int * | node_map ) |
The function ex_get_node_num_map() reads the optional node number mapnode number map from the database. See Section LocalNodeIds for a description of the node number map. If a node number map is not stored in the data file, a default array (1,2,3,. .. num_nodes) is returned. Memory must be allocated for the node number map array (num_nodes in length) before this call is made.
[in] | exoid | exodus file ID returned from a previous call to ex_create() or ex_open(). |
[out] | node_map | Returned node number map. |
The following code will read a node number map from an open exodus file :