ExodusII 4.96
expgv.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
Include dependency graph for expgv.c:

Functions

int ex_put_glob_vars (int exoid, int time_step, int num_glob_vars, const void *glob_var_vals)

Function Documentation

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

Parameters:
exoidexodus file id
time_steptime step number
num_glob_varsnumber of global vars in file
glob_var_valsarray of global variable values
Deprecated:
Use ex_put_var()(exoid, time_step, EX_GLOBAL, 1, 0, num_glob_vars, glob_var_vals)

References EX_GLOBAL, and ex_put_var().