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

Functions

int ex_put_nset_var (int exoid, int time_step, int nset_var_index, ex_entity_id nset_id, int64_t num_nodes_this_nset, const void *nset_var_vals)

Function Documentation

int ex_put_nset_var ( int  exoid,
int  time_step,
int  nset_var_index,
ex_entity_id  nset_id,
int64_t  num_nodes_this_nset,
const void *  nset_var_vals 
)

writes the values of a single nodeset variable for one nodeset at one time step to the database; assume the first time step and nodeset variable index are 1

Parameters:
exoidexodus file id
time_steptime step number
nset_var_indexnodeset variable index
nset_idnodeset id
num_nodes_this_nsetnumber of nodes in this nodeset
nset_var_valsthe values to be written
Deprecated:
Use ex_put_var()(exoid, time_step, EX_NODE_SET, nset_var_index, nset_id, num_nodes_this_nset, nset_var_vals)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines