Exodus 8.24
Loading...
Searching...
No Matches
ex_get_nset_var.c File Reference
#include "exodusII.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

◆ ex_get_nset_var()

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