- Global ex_create_group (int parent_id, const char *group_name)
-
- Global ex_err (const char *module_name, const char *message, int err_num)
-
- Global ex_err_fn (int exoid, const char *module_name, const char *message, int err_num)
-
- Global ex_get_attr (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, void *attrib)
- reads the attributes for an edge, face, or element block
- Global ex_get_attr_names (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, char **names)
-
- Global ex_get_attr_param (int exoid, ex_entity_type obj_type, ex_entity_id obj_id, int *num_attrs)
- retrieves the number of attributes.
- Global ex_get_block (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, char *elem_type, void_int *num_entries_this_blk, void_int *num_nodes_per_entry, void_int *num_edges_per_entry, void_int *num_faces_per_entry, void_int *num_attr_per_entry)
- exgblk - read block parameters
- Global ex_get_block_param (int exoid, ex_block *block)
- exgblk - read block parameters
- Global ex_get_concat_sets (int exoid, ex_entity_type set_type, struct ex_set_specs *set_specs)
- exgcss - ex_get_concat_sets
- Global ex_get_concat_side_set_node_count (int exoid, int *side_set_node_cnt_list)
-
- Global ex_get_concat_side_sets (int exoid, void_int *side_set_ids, void_int *num_elem_per_set, void_int *num_dist_per_set, void_int *side_sets_elem_index, void_int *side_sets_dist_index, void_int *side_sets_elem_list, void_int *side_sets_side_list, void *side_sets_dist_fact)
- reads the side set ID's, side set element count array, side set node count array, side set element pointers array, side set node pointers array, side set element list, side set node list, and side set distribution factors
- Global ex_get_conn (int exoid, ex_entity_type blk_type, ex_entity_id blk_id, void_int *nodeconn, void_int *edgeconn, void_int *faceconn)
- exgconn - exodusII read edge/face/element block connectivity
- Global ex_get_err (const char **msg, const char **func, int *err_num)
-
- Global ex_get_init_global (int exoid, void_int *num_nodes_g, void_int *num_elems_g, void_int *num_elem_blks_g, void_int *num_node_sets_g, void_int *num_side_sets_g)
-
- Global ex_get_init_info (int exoid, int *num_proc, int *num_proc_in_f, char *ftype)
-
- Global ex_get_loadbal_param (int exoid, void_int *num_int_nodes, void_int *num_bor_nodes, void_int *num_ext_nodes, void_int *num_int_elems, void_int *num_bor_elems, void_int *num_node_cmaps, void_int *num_elem_cmaps, int processor)
-
- Global ex_get_num_props (int exoid, ex_entity_type obj_type)
-
- Global ex_header_size (int exoid)
-
- Global ex_put_init_global (int exoid, int64_t num_nodes_g, int64_t num_elems_g, int64_t num_elem_blks_g, int64_t num_node_sets_g, int64_t num_side_sets_g)
-
- Global ex_put_init_info (int exoid, int num_proc, int num_proc_in_f, char *ftype)
-
- Global ex_put_loadbal_param (int exoid, int64_t num_int_nodes, int64_t num_bor_nodes, int64_t num_ext_nodes, int64_t num_int_elems, int64_t num_bor_elems, int64_t num_node_cmaps, int64_t num_elem_cmaps, int processor)
-
- Global ex_put_loadbal_param_cc (int exoid, void_int *num_int_nodes, void_int *num_bor_nodes, void_int *num_ext_nodes, void_int *num_int_elems, void_int *num_bor_elems, void_int *num_node_cmaps, void_int *num_elem_cmaps)
-
- Global ex_reset_error_status ()
-
- Global ex_set_err (const char *module_name, const char *message, int err_num)
-
- Global ex_set_max_name_length (int exoid, int length)
-
- Global ex_set_option (int exoid, ex_option_type option, int option_value)
-
- Global ex_strerror (int err_num)
-
- Global ex_update_max_name_length (int exoid, int length)
-