Exodus 8.24
|
#include "exodusII.h"
Functions | |
int | ex_put_n_one_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int64_t start_num, int64_t num_ent, int attrib_index, const void *attrib) |
int ex_put_n_one_attr | ( | int | exoid, |
ex_entity_type | obj_type, | ||
ex_entity_id | obj_id, | ||
int64_t | start_num, | ||
int64_t | num_ent, | ||
int | attrib_index, | ||
const void * | attrib ) |
exoid | exodus file id |
obj_type | object type (edge, face, elem block) |
obj_id | object id (edge, face, elem block ID) |
start_num | the starting index of the attributes to be written |
num_ent | the number of entities to write attributes for. |
attrib_index | index of attribute to write |
attrib | array of attributes |