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

Functions

int ex_get_elem_var (int exoid, int time_step, int elem_var_index, int elem_blk_id, int num_elem_this_blk, void *elem_var_vals)

Function Documentation

int ex_get_elem_var ( int  exoid,
int  time_step,
int  elem_var_index,
int  elem_blk_id,
int  num_elem_this_blk,
void *  elem_var_vals 
)

reads the values of a single element variable for one element block at one time step in the database; assume the first time step and element variable index is 1

Deprecated:
Use ex_get_var()(exoid, time_step, EX_ELEM_BLOCK, elem_var_index, elem_blk_id, num_elem_this_blk, elem_var_vals) instead

References EX_ELEM_BLOCK, and ex_get_var().