|
ExodusII 4.96
|

Functions | |
| int | ex_get_n_nodal_var (int exoid, int time_step, int nodal_var_index, int start_node, int num_nodes, void *var_vals) |
| int ex_get_n_nodal_var | ( | int | exoid, |
| int | time_step, | ||
| int | nodal_var_index, | ||
| int | start_node, | ||
| int | num_nodes, | ||
| void * | var_vals | ||
| ) |
reads the values of a single nodal variable for a partial block at one time step from the database; assume the first time step and variable index and start_node are 1
| exoid | exodus file id |
| time_step | time step number |
| nodal_var_index | index of desired nodal variable (1-based) |
| start_node | index of first node to read (1-based) |
| num_nodes | number of nodes to read |
| var_vals | the values to be read |
References ex_comp_ws(), ex_err(), EX_FATAL, ex_large_model(), EX_NOERR, EX_WARN, exerrval, MAX_ERR_LENGTH, VAR_NOD_VAR, and VAR_NOD_VAR_NEW.
Referenced by ex_get_n_var().