Exodus 8.24
|
#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) |
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
exoid | exodus file id |
time_step | time step number |
nset_var_index | nodeset variable index |
nset_id | nodeset id |
num_nodes_this_nset | number of nodes in this nodeset |
nset_var_vals | the values to be written |