|
ExodusII 4.96
|

Functions | |
| int | ex_put_attr (int exoid, ex_entity_type blk_type, int blk_id, const void *attrib) |
| int ex_put_attr | ( | int | exoid, |
| ex_entity_type | blk_type, | ||
| int | blk_id, | ||
| const void * | attrib | ||
| ) |
writes the attributes for an edge/face/element block
| exoid | exodus file id |
| blk_type | block type |
| blk_id | block id |
| attrib | array of attributes |
References 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_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_elem_attr().