|
ExodusII 4.96
|

Functions | |
| int | ex_put_varid_var (int exoid, int time_step, int varid, int num_entity, const void *var_vals) |
| int ex_put_varid_var | ( | int | exoid, |
| int | time_step, | ||
| int | varid, | ||
| int | num_entity, | ||
| const void * | var_vals | ||
| ) |
writes the values of a single variable at one time step in the database; assume the first time index is 1. Access based on the passed in 'varid'
NOTE: If used for nodal variables, it must be an ex_large_model == 1
| exoid | int exodus file id |
| time_step | int whole time step number |
| varid | int id of variable on exodus database |
| num_entity | int number of entities for this variable |
| var_vals | float* array of nodal variable values |
References ex_comp_ws(), ex_err(), EX_FATAL, EX_NOERR, exerrval, and MAX_ERR_LENGTH.