|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stddef.h>#include <stdio.h>Functions | |
| int | ex_put_one_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int attrib_index, const void *attrib) |
| int ex_put_one_attr | ( | int | exoid, |
| ex_entity_type | obj_type, | ||
| ex_entity_id | obj_id, | ||
| int | attrib_index, | ||
| const void * | attrib | ||
| ) |
writes the specified attribute for a block
| exoid | exodus file id |
| obj_type | object type (edge, face, elem block) |
| obj_id | object id (edge, face, elem block ID) |
| attrib_index | index of attribute to write |
| attrib | array of attributes |