writes the EXODUS II element variable truth table to the database; also, creates netCDF variables in which to store EXODUS II element variable values; although this table isn't required (because the netCDF variables can also be created in ex_put_elem_var), this call will save tremendous time because all of the variables are defined at once while the file is in define mode, rather than going in and out of define mode (causing the entire file to be copied over and over) which is what occurs when the element variable values variables are defined in ex_put_elem_var
- Parameters:
-
| exoid | int exodus file id |
| num_elem_blk | int number of element blocks |
| num_elem_var | int number of element variables |
| elem_var_tab | int* element variable truth table array |
- Deprecated:
- Use ex_put_truth_table()(exoid, EX_ELEM_BLOCK, num_elem_blk, num_elem_var, elem_var_tab)
References EX_ELEM_BLOCK, and ex_put_truth_table().