ExodusII  5.15
ex_get_block.c File Reference
#include <string.h>
#include <stdio.h>
#include "exodusII.h"
#include "exodusII_int.h"

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)

Function Documentation

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 
)
Undocumented:
exgblk - read block parameters

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 -

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines