ExodusII
6.05
|
Functions | |
int | ex_get_block (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, char *elem_type, void_int *num_entries_this_blk, void_int *num_nodes_per_entry, void_int *num_edges_per_entry, void_int *num_faces_per_entry, void_int *num_attr_per_entry) |
int ex_get_block | ( | int | exoid, |
ex_entity_type | blk_type, | ||
ex_entity_id | blk_id, | ||
char * | elem_type, | ||
void_int * | num_entries_this_blk, | ||
void_int * | num_nodes_per_entry, | ||
void_int * | num_edges_per_entry, | ||
void_int * | num_faces_per_entry, | ||
void_int * | num_attr_per_entry | ||
) |
entry conditions - input parameters: int idexo exodus file id int blk_type block type (edge,face,element) int blk_id block id
exit conditions - char* elem_type element type name int* num_entries_this_blk number of elements in this element block int* num_nodes_per_entry number of nodes per element block int* num_attr_per_entry number of attributes
revision history -