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

Functions

int ex_put_block (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, const char *entry_descrip, int64_t num_entries_this_blk, int64_t num_nodes_per_entry, int64_t num_edges_per_entry, int64_t num_faces_per_entry, int64_t num_attr_per_entry)

Function Documentation

int ex_put_block ( int  exoid,
ex_entity_type  blk_type,
ex_entity_id  blk_id,
const char *  entry_descrip,
int64_t  num_entries_this_blk,
int64_t  num_nodes_per_entry,
int64_t  num_edges_per_entry,
int64_t  num_faces_per_entry,
int64_t  num_attr_per_entry 
)

writes the parameters used to describe an element/face/edge block

Parameters:
exoidexodus file id
blk_typetype of block (edge, face, or element)
blk_idblock identifer
entry_descripstring describing shape of entries in the block
num_entries_this_blknumber of entries(records) in the block
num_nodes_per_entrynumber of nodes per block entry
num_edges_per_entrynumber of edges per block entry
num_faces_per_entrynumber of faces per block entry
num_attr_per_entrynumber of attributes per block entry
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines