Exodus 8.24
|
#include "exodusII.h"
Functions | |
int | ex_put_n_attr (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, int64_t start_entity, int64_t num_entity, const void *attrib) |
int ex_put_n_attr | ( | int | exoid, |
ex_entity_type | blk_type, | ||
ex_entity_id | blk_id, | ||
int64_t | start_entity, | ||
int64_t | num_entity, | ||
const void * | attrib ) |
writes the attributes for an edge/face/element block
exoid | exodus file id |
blk_type | block type |
blk_id | block id |
start_entity | the starting index (1-based) of the attribute to be written |
num_entity | the number of entities to write attributes |
attrib | array of attributes |