Exodus 8.24
Loading...
Searching...
No Matches
ex_put_n_coord.c File Reference
#include "exodusII.h"

Functions

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

Function Documentation

◆ ex_put_n_coord()

int ex_put_n_coord ( int exoid,
int64_t start_node_num,
int64_t num_nodes,
const void * x_coor,
const void * y_coor,
const void * z_coor )
Deprecated
Use ex_put_partial_coord()(exoid, start_node_num, num_nodes, x_coor, y_coor, z_coor) instead. 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