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

Functions

int ex_put_elem_block (int exoid, int elem_blk_id, const char *elem_type, int num_elem_this_blk, int num_nodes_per_elem, int num_attr_per_elem)

Function Documentation

int ex_put_elem_block ( int  exoid,
int  elem_blk_id,
const char *  elem_type,
int  num_elem_this_blk,
int  num_nodes_per_elem,
int  num_attr_per_elem 
)

writes the parameters used to describe an element block

Parameters:
exoidexodus file id
elem_blk_idblock identifier
elem_typeelement type string
num_elem_this_blknumber of elements in the element blk
num_nodes_per_elemnumber of nodes per element block
num_attr_per_elemnumber of attributes per element
Deprecated:
Use ex_put_block()(exoid, EX_ELEM_BLOCK, elem_blk_id, elem_type, num_elem_this_blk, num_nodes_per_elem, 0, 0, num_attr_per_elem)

References EX_ELEM_BLOCK, and ex_put_block().