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

Functions

int ex_get_conn (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, void_int *nodeconn, void_int *edgeconn, void_int *faceconn)

Function Documentation

int ex_get_conn ( int  exoid,
ex_entity_type  blk_type,
ex_entity_id  blk_id,
void_int nodeconn,
void_int edgeconn,
void_int faceconn 
)
Undocumented:
exgconn - exodusII read edge/face/element block connectivity

entry conditions - expelb must be called first to establish element block parameters. input parameters: int exoid exodus file id int blk_type block type (edge, face, element) int blk_id block id

exit conditions - int* nodeconn nodal connectivity array int* edgeconn edge connectivity array (where applicable) int* faceconn face connectivity array (where applicable)

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines