ExodusII 4.96
expatt.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
Include dependency graph for expatt.c:

Functions

int ex_put_attr (int exoid, ex_entity_type blk_type, int blk_id, const void *attrib)

Function Documentation

int ex_put_attr ( int  exoid,
ex_entity_type  blk_type,
int  blk_id,
const void *  attrib 
)

writes the attributes for an edge/face/element block

Parameters:
exoidexodus file id
blk_typeblock type
blk_idblock id
attribarray of attributes

References ex_comp_ws(), EX_EDGE_BLOCK, EX_EDGE_SET, EX_ELEM_BLOCK, EX_ELEM_SET, ex_err(), EX_FACE_BLOCK, EX_FACE_SET, EX_FATAL, ex_id_lkup(), EX_MSG, ex_name_of_object(), EX_NODAL, EX_NODE_SET, EX_NOERR, EX_NULLENTITY, EX_SIDE_SET, EX_WARN, exerrval, MAX_ERR_LENGTH, VAR_ATTRIB, VAR_EATTRIB, VAR_ELSATTRIB, VAR_ESATTRIB, VAR_FATTRIB, VAR_FSATTRIB, VAR_NATTRIB, VAR_NSATTRIB, and VAR_SSATTRIB.

Referenced by ex_put_elem_attr().