ExodusII
6.05
|
#include <inttypes.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
Functions | |
int | ex_get_block_param (int exoid, ex_block *block) |
int ex_get_block_param | ( | int | exoid, |
ex_block * | block | ||
) |
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 -