ExodusII  6.05
ex_put_n_nodal_var.c File Reference
#include <sys/types.h>
#include "exodusII.h"

Functions

int ex_put_n_nodal_var (int exoid, int time_step, int nodal_var_index, int64_t start_node, int64_t num_nodes, const void *nodal_var_vals)

Function Documentation

int ex_put_n_nodal_var ( int  exoid,
int  time_step,
int  nodal_var_index,
int64_t  start_node,
int64_t  num_nodes,
const void *  nodal_var_vals 
)

writes the values of a single nodal variable for a partial block at one 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
start_nodeindex of first node to write data for (1-based)
num_nodesnumber of nodal points
nodal_var_valsarray of nodal variable values
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines