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

Functions

int ex_put_coord (int exoid, const void *x_coor, const void *y_coor, const void *z_coor)

Function Documentation

int ex_put_coord ( int  exoid,
const void *  x_coor,
const void *  y_coor,
const void *  z_coor 
)

writes the coordinates of all the nodes in the model Only writes the 'non-null' arrays.

Parameters:
exoidexodus file id
x_coorX coord array
y_coory coord array
z_coorz coord array

References DIM_NUM_DIM, DIM_NUM_NODES, ex_comp_ws(), ex_err(), EX_FATAL, ex_large_model(), EX_NOERR, exerrval, MAX_ERR_LENGTH, NULL, VAR_COORD, VAR_COORD_X, VAR_COORD_Y, and VAR_COORD_Z.