|
ExodusII 4.96
|

Functions | |
| int | ex_get_coord_names (int exoid, char **coord_names) |
| int ex_get_coord_names | ( | int | exoid, |
| char ** | coord_names | ||
| ) |
reads the names (MAX_STR_LENGTH characters in length) of the coordinate arrays from the database. Memory must be allocated for the character strings before this function is invoked.
| exoid | exodus file id | |
| [out] | coord_names | Returned pointer to a vector containing 'num_dim' names of the nodal coordinate arrays. |
References DIM_NUM_DIM, ex_err(), EX_FATAL, EX_NOERR, EX_WARN, exerrval, MAX_ERR_LENGTH, MAX_STR_LENGTH, and VAR_NAME_COOR.