ExodusII  5.15
ex_put_concat_var_param.c File Reference
#include <stdlib.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include <ctype.h>

Functions

int ex_put_concat_var_param (int exoid, int num_g, int num_n, int num_e, int num_elem_blk, int *elem_var_tab)

Function Documentation

int ex_put_concat_var_param ( int  exoid,
int  num_g,
int  num_n,
int  num_e,
int  num_elem_blk,
int *  elem_var_tab 
)

writes the number of global, nodal, and element variables that will be written to the database

Parameters:
exoidint exodus file id
num_gint global variable count
num_nint nodal variable count
num_eint element variable count
num_elem_blkint number of element blocks
elem_var_tabint* element variable truth table array
Deprecated:
Use ex_put_all_var_param()(exoid, num_g, num_n, num_e, elem_var_tab, 0, 0, 0, 0)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines