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

Functions

int ex_put_elem_var_tab (int exoid, int num_elem_blk, int num_elem_var, int *elem_var_tab)

Function Documentation

int ex_put_elem_var_tab ( int  exoid,
int  num_elem_blk,
int  num_elem_var,
int *  elem_var_tab 
)

writes the EXODUS II element variable truth table to the database; also, creates netCDF variables in which to store EXODUS II element variable values; although this table isn't required (because the netCDF variables can also be created in ex_put_elem_var), this call will save tremendous time because all of the variables are defined at once while the file is in define mode, rather than going in and out of define mode (causing the entire file to be copied over and over) which is what occurs when the element variable values variables are defined in ex_put_elem_var

Parameters:
exoidint exodus file id
num_elem_blkint number of element blocks
num_elem_varint number of element variables
elem_var_tabint* element variable truth table array
Deprecated:
Use ex_put_truth_table()(exoid, EX_ELEM_BLOCK, num_elem_blk, num_elem_var, elem_var_tab)

References EX_ELEM_BLOCK, and ex_put_truth_table().