|
ExodusII 4.96
|

Functions | |
| int | ex_put_var_name (int exoid, const char *var_type, int var_num, const char *var_name) |
| int ex_put_var_name | ( | int | exoid, |
| const char * | var_type, | ||
| int | var_num, | ||
| const char * | var_name | ||
| ) |
writes the name of a particular results variable to the database
| exoid | exodus file id |
| *var_type | variable type: G,N, or E |
| var_num | variable number name to write 1..num_var |
| *var_name | ptr of variable name |
References ex_put_variable_name(), and ex_var_type_to_ex_entity_type().