|
ExodusII 4.96
|

Functions | |
| int | ex_put_one_attr (int exoid, ex_entity_type obj_type, int obj_id, int attrib_index, const void *attrib) |
| int ex_put_one_attr | ( | int | exoid, |
| ex_entity_type | obj_type, | ||
| int | 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 |
References DIM_NUM_ATT_IN_BLK, DIM_NUM_ATT_IN_EBLK, DIM_NUM_ATT_IN_ELS, DIM_NUM_ATT_IN_ES, DIM_NUM_ATT_IN_FBLK, DIM_NUM_ATT_IN_FS, DIM_NUM_ATT_IN_NBLK, DIM_NUM_ATT_IN_NS, DIM_NUM_ATT_IN_SS, DIM_NUM_ED_IN_EBLK, DIM_NUM_EDGE_ES, DIM_NUM_EL_IN_BLK, DIM_NUM_ELE_ELS, DIM_NUM_FA_IN_FBLK, DIM_NUM_FACE_FS, DIM_NUM_NOD_NS, DIM_NUM_NODES, DIM_NUM_SIDE_SS, ex_comp_ws(), EX_EDGE_BLOCK, EX_EDGE_SET, EX_ELEM_BLOCK, EX_ELEM_SET, ex_err(), EX_FACE_BLOCK, EX_FACE_SET, EX_FATAL, ex_get_dimension(), ex_id_lkup(), EX_MSG, ex_name_of_object(), EX_NODAL, EX_NODE_SET, EX_NOERR, EX_NULLENTITY, EX_SIDE_SET, EX_WARN, exerrval, MAX_ERR_LENGTH, VAR_ATTRIB, VAR_EATTRIB, VAR_ELSATTRIB, VAR_ESATTRIB, VAR_FATTRIB, VAR_FSATTRIB, VAR_NATTRIB, VAR_NSATTRIB, and VAR_SSATTRIB.
Referenced by ex_put_one_elem_attr().