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

Functions

int ex_put_nodal_varid_var (int exoid, int time_step, int nodal_var_index, int num_nodes, int varid, const void *nodal_var_vals)

Function Documentation

int ex_put_nodal_varid_var ( int  exoid,
int  time_step,
int  nodal_var_index,
int  num_nodes,
int  varid,
const void *  nodal_var_vals 
)

writes the values of a single nodal variable for a single time step to the database; assume the first time step and nodal variable index is 1

Parameters:
exoidexodus file id
time_stepwhole time step number
nodal_var_indexindex of desired nodal variable
num_nodesnumber of nodal points
varidid of variable on exodus database
nodal_var_valsarray of nodal variable values

References ex_comp_ws(), ex_err(), EX_FATAL, ex_large_model(), EX_NOERR, exerrval, and MAX_ERR_LENGTH.