writes the values of a single sideset variable for one sideset at one time step to the database; assume the first time step and sideset variable index are 1
- Parameters:
-
| exoid | exodus file id |
| time_step | time step number |
| sset_var_index | sideset variable index |
| sset_id | sideset id |
| num_faces_this_sset | number of faces in this sideset |
| sset_var_vals | the variable values to be written |
- Deprecated:
- Use ex_put_var()(exoid, time_step, EX_SIDE_SET, sset_var_index, sset_id, num_faces_this_sset, sset_var_vals)
References ex_put_var(), and EX_SIDE_SET.