ExodusII  6.05
ex_get_block_params.c File Reference
#include <stddef.h>
#include "exodusII.h"
#include "exodusII_int.h"

Functions

int ex_get_block_params (int exoid, size_t block_count, struct ex_block **blocks)

Function Documentation

int ex_get_block_params ( int  exoid,
size_t  block_count,
struct ex_block **  blocks 
)

Reads the parameters describing element/face/edge blocks

Parameters:
exoidexodus file id
block_countnumber of blocks being queried
blockarray of ex_block structures describing block counts

the id and type fields of the block(s) must be defined to specify which blocks to access; all other fileds will be filled in based on data from the file

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines