|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>Functions | |
| int | ex_put_concat_elem_block (int exoid, const void_int *elem_blk_id, char *elem_type[], const void_int *num_elem_this_blk, const void_int *num_nodes_per_elem, const void_int *num_attr_this_blk, int define_maps) |
| int ex_put_concat_elem_block | ( | int | exoid, |
| const void_int * | elem_blk_id, | ||
| char * | elem_type[], | ||
| const void_int * | num_elem_this_blk, | ||
| const void_int * | num_nodes_per_elem, | ||
| const void_int * | num_attr_this_blk, | ||
| int | define_maps | ||
| ) |
writes the parameters used to describe an element block
| exoid | exodus file id |
| elem_blk_id | element block id |
| elem_type | element type string |
| num_elem_this_blk | number of elements in the element blk |
| num_nodes_per_elem | number of nodes per element block |
| num_attr_this_blk | number of attributes |
| define_maps | if != 0, write maps, else don't |