ExodusII  6.05
ex_get_entity_count_per_polyhedra.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"

Functions

int ex_get_entity_count_per_polyhedra (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, int *entity_counts)

Function Documentation

int ex_get_entity_count_per_polyhedra ( int  exoid,
ex_entity_type  blk_type,
ex_entity_id  blk_id,
int *  entity_counts 
)

reads in the number of entities (nodes/faces) per polyhedra (nsided/nfaced) in this element block.

Parameters:
exoidexodus file id
blk_typetype of block (face, or element)
blk_idblock identifer
entity_countsentity_per_polyhedra count array
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines