ExodusII  6.05
ex_put_n_var.c File Reference
#include <sys/types.h>
#include "exodusII.h"

Functions

int ex_put_n_var (int exoid, int time_step, ex_entity_type var_type, int var_index, ex_entity_id obj_id, int64_t start_index, int64_t num_entities, const void *var_vals)

Function Documentation

int ex_put_n_var ( int  exoid,
int  time_step,
ex_entity_type  var_type,
int  var_index,
ex_entity_id  obj_id,
int64_t  start_index,
int64_t  num_entities,
const void *  var_vals 
)
Deprecated:
use ex_put_partial_var() instead writes the values of a single variable for a partial block at one time step to the database; assume the first time step and variable index are 1
Parameters:
exoidexodus file id
time_steptime step number
var_typetype (edge block, face block, edge set, ... )
var_indexelement variable index
obj_idelement block id
start_indexindex of first entity in block to write (1-based)
num_entitiesnumber of entries in this block/set
var_valsthe values to be written
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines