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

Functions

int ex_put_partial_set_dist_fact (int exoid, ex_entity_type set_type, int set_id, int offset, int num_to_put, const void *set_dist_fact)

Function Documentation

int ex_put_partial_set_dist_fact ( int  exoid,
ex_entity_type  set_type,
int  set_id,
int  offset,
int  num_to_put,
const void *  set_dist_fact 
)

writes the partial distribution factors for a single set

Parameters:
exoidexodus file id
set_typeset type
set_idset id
offsetindex (1-based) of first dist factor to write
num_to_putnumber of dist factors to write.
*set_dist_factarray of dist factors for set

References EX_BADPARAM, ex_comp_ws(), ex_dim_num_objects(), EX_EDGE_SET, EX_ELEM_SET, ex_err(), EX_FACE_SET, EX_FATAL, ex_id_lkup(), EX_MSG, ex_name_of_object(), EX_NODE_SET, EX_NOERR, EX_NULLENTITY, EX_SIDE_SET, EX_WARN, exerrval, MAX_ERR_LENGTH, NULL, VAR_FACT_ELS, VAR_FACT_ES, VAR_FACT_FS, VAR_FACT_NS, and VAR_FACT_SS.