|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stdio.h>Functions | |
| int | ex_put_attr_param (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int num_attrs) |
| int ex_put_attr_param | ( | int | exoid, |
| ex_entity_type | obj_type, | ||
| ex_entity_id | obj_id, | ||
| int | num_attrs | ||
| ) |
defines the number of attributes.
| exoid | exodus file id |
| obj_type | block/set type (node, edge, face, elem) |
| obj_id | block/set id (ignored for NODAL) |
| num_attrs | number of attributes |