ExodusII 4.96
exppa.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
#include <string.h>
#include <stdlib.h>
Include dependency graph for exppa.c:

Functions

int ex_put_prop_array (int exoid, ex_entity_type obj_type, const char *prop_name, const int *values)

Function Documentation

int ex_put_prop_array ( int  exoid,
ex_entity_type  obj_type,
const char *  prop_name,
const int *  values 
)

writes an array of object properties

Parameters:
exoidexodus file id
obj_typetype of object (element block, node set or side set)
prop_namename of the property for which the values will be stored
valuesarray of property values

References ATT_PROP_NAME, EX_BADPARAM, ex_dim_num_objects(), EX_EDGE_BLOCK, EX_EDGE_MAP, EX_EDGE_SET, EX_ELEM_BLOCK, EX_ELEM_MAP, EX_ELEM_SET, ex_err(), EX_FACE_BLOCK, EX_FACE_MAP, EX_FACE_SET, EX_FATAL, ex_get_dimension(), ex_get_num_props(), ex_name_of_object(), EX_NODE_MAP, EX_NODE_SET, EX_NOERR, EX_SIDE_SET, exerrval, FALSE, MAX_ERR_LENGTH, MAX_STR_LENGTH, MAX_VAR_NAME_LENGTH, TRUE, VAR_EB_PROP, VAR_ED_PROP, VAR_EDM_PROP, VAR_ELS_PROP, VAR_EM_PROP, VAR_ES_PROP, VAR_FA_PROP, VAR_FAM_PROP, VAR_FS_PROP, VAR_NM_PROP, VAR_NS_PROP, and VAR_SS_PROP.