|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stddef.h>#include <stdio.h>Functions | |
| int | ex_put_num_map (int exoid, ex_entity_type map_type, ex_entity_id map_id, const void_int *map) |
| 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).
| exoid | exodus file id |
| map_type | type of map (node,edge,face,elem) |
| map_id | id to associate with new map |
| map | map set value array |