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

Functions

int ex_put_map_param (int exoid, int num_node_maps, int num_elem_maps)

Function Documentation

int ex_put_map_param ( int  exoid,
int  num_node_maps,
int  num_elem_maps 
)

defines the number of node and element maps. It is more efficient to define both of these at the same time; however, they can be defined in separate calls by setting only one of the counts to a non-zero value. It is an error to redefine the number of node or element maps.

Parameters:
exoidexodus file id
num_node_mapsnumber of node maps
num_elem_mapsnumber of element maps

References ATT_PROP_NAME, DIM_NUM_ELEM, DIM_NUM_EM, DIM_NUM_NM, DIM_NUM_NODES, DIM_STR, ex_err(), EX_FATAL, EX_MSG, EX_NOERR, exerrval, MAX_ERR_LENGTH, VAR_ELEM_MAP, VAR_EM_PROP, VAR_NAME_EM, VAR_NAME_NM, VAR_NM_PROP, and VAR_NODE_MAP.