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

Functions

int ex_put_n_coord (int exoid, int start_node_num, int num_nodes, const void *x_coor, const void *y_coor, const void *z_coor)

Function Documentation

int ex_put_n_coord ( int  exoid,
int  start_node_num,
int  num_nodes,
const void *  x_coor,
const void *  y_coor,
const void *  z_coor 
)

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

Parameters:
exoidexodus file id
start_node_numthe starting index (1-based) of the coordinates to be written
num_nodesthe number of nodes to write coordinates for.
x_coorx coord array
y_coory coord array
z_coorz coord array

References DIM_NUM_DIM, DIM_NUM_NODES, EX_BADPARAM, 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.