ExodusII  6.05
ex_put_map_param.c File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"

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
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines