|
ExodusII 4.96
|

Functions | |
| int | ex_put_n_nodal_var (int exoid, int time_step, int nodal_var_index, int start_node, int num_nodes, const void *nodal_var_vals) |
| int ex_put_n_nodal_var | ( | int | exoid, |
| int | time_step, | ||
| int | nodal_var_index, | ||
| int | start_node, | ||
| int | num_nodes, | ||
| const void * | nodal_var_vals | ||
| ) |
writes the values of a single nodal variable for a partial block at one single time step to the database; assume the first time step and nodal variable index is 1
| exoid | exodus file id |
| time_step | whole time step number |
| nodal_var_index | index of desired nodal variable |
| start_node | index of first node to write data for (1-based) |
| num_nodes | number of nodal points |
| nodal_var_vals | array of nodal variable values |
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_put_n_var().