ExodusII
6.05
|
#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) |
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.
exoid | exodus file id |
num_node_maps | number of node maps |
num_elem_maps | number of element maps |