ExodusII 4.96
expev.c File Reference
#include <stdlib.h>
#include "exodusII.h"
#include "exodusII_int.h"
Include dependency graph for expev.c:

Functions

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

Function Documentation

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

writes the values of a single element variable for one element block at one time step to the database; assume the first time step and element variable index are 1

Parameters:
exoidexodus file id
time_steptime step number
elem_var_indexelement variable index
elem_blk_idelement block id
num_elem_this_blknumber of elements in this block
elem_var_valsthe element bariables to be written
Deprecated:
Use ex_put_var()(exoid, time_step, EX_ELEM_BLOCK, elem_var_index, elem_blk_id, num_elem_this_blk, elem_var_vals)

References EX_ELEM_BLOCK, and ex_put_var().