ExodusII 4.96
exgcon.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
Include dependency graph for exgcon.c:

Functions

int ex_get_coord_names (int exoid, char **coord_names)

Function Documentation

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.

Parameters:
exoidexodus file id
[out]coord_namesReturned 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.