|
ExodusII 4.96
|

Functions | |
| int | ex_put_set (int exoid, ex_entity_type set_type, int set_id, const int *set_entry_list, const int *set_extra_list) |
| int ex_put_set | ( | int | exoid, |
| ex_entity_type | set_type, | ||
| int | set_id, | ||
| const int * | set_entry_list, | ||
| const int * | set_extra_list | ||
| ) |
writes the set entry list and set extra list for a single set
| exoid | exodus file id |
| set_type | set type |
| set_id | set id |
| *set_entry_list | array of entries in set |
| *set_extra_list | array of extras in set |
References EX_BADPARAM, ex_dim_num_objects(), EX_EDGE_SET, EX_ELEM_SET, ex_err(), EX_FACE_SET, EX_FATAL, ex_id_lkup(), EX_MSG, ex_name_of_object(), EX_NODE_SET, EX_NOERR, EX_NULLENTITY, EX_SIDE_SET, EX_WARN, exerrval, MAX_ERR_LENGTH, NULL, VAR_EDGE_ES, VAR_ELEM_ELS, VAR_ELEM_SS, VAR_FACE_FS, VAR_NODE_NS, VAR_ORNT_ES, VAR_ORNT_FS, and VAR_SIDE_SS.
Referenced by ex_put_concat_sets(), ex_put_node_set(), and ex_put_side_set().