writes the values of a single nodeset variable for one nodeset at one time step to the database; assume the first time step and nodeset variable index are 1
- Parameters:
-
| exoid | exodus file id |
| time_step | time step number |
| nset_var_index | nodeset variable index |
| nset_id | nodeset id |
| num_nodes_this_nset | number of nodes in this nodeset |
| nset_var_vals | the values to be written |
- Deprecated:
- Use ex_put_var()(exoid, time_step, EX_NODE_SET, nset_var_index, nset_id, num_nodes_this_nset, nset_var_vals)
References EX_NODE_SET, and ex_put_var().