ExodusII  5.15
ex_put_one_attr.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"

Functions

int ex_put_one_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int attrib_index, const void *attrib)

Function Documentation

int ex_put_one_attr ( int  exoid,
ex_entity_type  obj_type,
ex_entity_id  obj_id,
int  attrib_index,
const void *  attrib 
)

writes the specified attribute for a block

Parameters:
exoidexodus file id
obj_typeobject type (edge, face, elem block)
obj_idobject id (edge, face, elem block ID)
attrib_indexindex of attribute to write
attribarray of attributes
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines