|
Exodus
7.10
|
Functions | |
| int | ex_put_node_set_param (int exoid, ex_entity_id node_set_id, int64_t num_nodes_in_set, int64_t num_dist_in_set) |
| int ex_put_node_set_param | ( | int | exoid, |
| ex_entity_id | node_set_id, | ||
| int64_t | num_nodes_in_set, | ||
| int64_t | num_dist_in_set | ||
| ) |
The function ex_put_node_set_param() writes the node set ID, the number of nodes which describe a single node set, and the number of node set distribution factors for the node set.
| [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] | num_nodes_in_set | The number of nodes in the node set. |
| [in] | num_dist_in_set | The number of distribution factors in the node set. This should be either 0 (zero) for no factors, or should equal num_nodes_in_set. |
The following code segment will write out a node set to an open exodus file :