ExodusII  5.15
ex_get_nset_var.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"

Functions

int ex_get_nset_var (int exoid, int time_step, int nset_var_index, ex_entity_id nset_id, int64_t num_node_this_nset, void *nset_var_vals)

Function Documentation

int ex_get_nset_var ( int  exoid,
int  time_step,
int  nset_var_index,
ex_entity_id  nset_id,
int64_t  num_node_this_nset,
void *  nset_var_vals 
)

reads the values of a single nodeset variable for one nodeset at one time step in the database; assume the first time step and nodeset variable index is 1

Deprecated:
Use ex_get_var()(exoid, time_step, EX_NODE_SET, nset_var_index, nset_id, num_node_this_nset, nset_var_vals) instead
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines