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

Functions

int ex_put_prop_names (int exoid, ex_entity_type obj_type, int num_props, char **prop_names)

Function Documentation

int ex_put_prop_names ( int  exoid,
ex_entity_type  obj_type,
int  num_props,
char **  prop_names 
)

writes the parameters to set up property name arrays

Parameters:
exoidexodus file id
obj_typetype of object
num_propsnumber of properties to be assigned
**prop_namesarray of num_props names

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_name_of_object(), EX_NODE_MAP, EX_NODE_SET, EX_NOERR, EX_SIDE_SET, exerrval, MAX_ERR_LENGTH, MAX_VAR_NAME_LENGTH, 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.