Exodus 8.24
Loading...
Searching...
No Matches
ex_get_one_elem_attr.c File Reference
#include "exodusII.h"

Functions

int ex_get_one_elem_attr (int exoid, ex_entity_id elem_blk_id, int attrib_index, void *attrib)
 

Function Documentation

◆ ex_get_one_elem_attr()

int ex_get_one_elem_attr ( int exoid,
ex_entity_id elem_blk_id,
int attrib_index,
void * attrib )

reads the attributes for an element block

Deprecated
Use ex_get_one_attr()(exoid, EX_ELEM_BLOCK, elem_blk_id, attrib_index, attrib)