Exodus 8.24
Loading...
Searching...
No Matches
ex_put_concat_var_param.c File Reference
#include "exodusII.h"
#include "exodusII_int.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

◆ ex_put_concat_var_param()

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)