|
ExodusII
6.05
|
Functions | |
| int | ex_put_node_set (int exoid, ex_entity_id node_set_id, const void_int *node_set_node_list) |
| int ex_put_node_set | ( | int | exoid, |
| ex_entity_id | node_set_id, | ||
| const void_int * | node_set_node_list | ||
| ) |
The function ex_put_node_set() writes the node list for a single node set. The function ex_put_node_set_param() must be called before this routine is invoked.
| [in] | exoid | exodus file ID returned from a previous call to ex_create() or ex_open(). |
| [in] | node_set_id | The node set ID. |
| [in] | node_set_node_list | Array containing the node list for the node set. Internal node IDs are used in this list (See Section LocalNodeIds). |
Refer to the description of ex_put_node_set_param() for a sample code segment to write out a node set.