Exodus 8.24
|
#include "exodusII.h"
Functions | |
int | ex_get_n_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int64_t start_num, int64_t num_ent, void *attrib) |
int ex_get_n_attr | ( | int | exoid, |
ex_entity_type | obj_type, | ||
ex_entity_id | obj_id, | ||
int64_t | start_num, | ||
int64_t | num_ent, | ||
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 returned. |
num_ent | the number of entities to read attributes for. |
attrib | array of attributes |