- Deprecated
- Use ex_put_set()(exoid, EX_NODE_SET, node_set_id, node_set_node_list, NULL)
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.
- Returns
- In case of an error, ex_put_node_set() returns a negative number; a warning will return a positive number. Possible causes of errors include:
- Parameters
-
[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.