|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stdio.h>Functions | |
| int | ex_put_attr (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, const void *attrib) |
| int ex_put_attr | ( | int | exoid, |
| ex_entity_type | blk_type, | ||
| ex_entity_id | blk_id, | ||
| const void * | attrib | ||
| ) |
writes the attributes for an edge/face/element block
| exoid | exodus file id |
| blk_type | block type |
| blk_id | block id |
| attrib | array of attributes |