|
ExodusII 4.96
|

Functions | |
| int | ex_put_glob_vars (int exoid, int time_step, int num_glob_vars, const void *glob_var_vals) |
| int ex_put_glob_vars | ( | int | exoid, |
| int | time_step, | ||
| int | num_glob_vars, | ||
| const void * | glob_var_vals | ||
| ) |
writes the values of all the global variables for a single time step to the database; time step numbers are assumed to start at 1
| exoid | exodus file id |
| time_step | time step number |
| num_glob_vars | number of global vars in file |
| glob_var_vals | array of global variable values |
References EX_GLOBAL, and ex_put_var().