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

Functions

int ex_put_n_one_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int64_t start_num, int64_t num_ent, int attrib_index, const void *attrib)

Function Documentation

int ex_put_n_one_attr ( int  exoid,
ex_entity_type  obj_type,
ex_entity_id  obj_id,
int64_t  start_num,
int64_t  num_ent,
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)
start_numthe starting index of the attributes to be written
num_entthe number of entities to write attributes for.
attrib_indexindex of attribute to write
attribarray of attributes
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines