ExodusII
6.05
|
Functions | |
int | ex_get_n_coord (int exoid, int64_t start_node_num, int64_t num_nodes, void *x_coor, void *y_coor, void *z_coor) |
int ex_get_n_coord | ( | int | exoid, |
int64_t | start_node_num, | ||
int64_t | num_nodes, | ||
void * | x_coor, | ||
void * | y_coor, | ||
void * | z_coor | ||
) |
exoid | exodus file id | |
start_node_num | the starting index of the coordinates to be returned. | |
num_nodes | the number of nodes to read coordinates for. | |
[out] | x_coor | Returned X coordinates of the nodes. These are returned only if x_coor is non-NULL. |
[out] | y_coor | Returned Y coordinates of the nodes. These are returned only if y_coor is non-NULL. |
[out] | z_coor | Returned Z coordinates of the nodes. These are returned only if z_coor is non-NULL. |