ExodusII  5.15
ex_put_num_map.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include <stdlib.h>

Functions

int ex_put_num_map (int exoid, ex_entity_type map_type, ex_entity_id map_id, const void_int *map)

Function Documentation

int ex_put_num_map ( int  exoid,
ex_entity_type  map_type,
ex_entity_id  map_id,
const void_int map 
)

writes a map; this is a vector of integers of the same length as the number of entries in the source object (nodes, edges, faces, or elements in the file).

Parameters:
exoidexodus file id
map_typetype of map (node,edge,face,elem)
map_idid to associate with new map
mapmap set value array
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines