writes the values of a single element variable for one element block at one time step to the database; assume the first time step and element variable index are 1
- Parameters:
-
| exoid | exodus file id |
| time_step | time step number |
| elem_var_index | element variable index |
| elem_blk_id | element block id |
| num_elem_this_blk | number of elements in this block |
| elem_var_vals | the element bariables to be written |
- Deprecated:
- Use ex_put_var()(exoid, time_step, EX_ELEM_BLOCK, elem_var_index, elem_blk_id, num_elem_this_blk, elem_var_vals)
References EX_ELEM_BLOCK, and ex_put_var().