Exodus 8.24
Loading...
Searching...
No Matches
Undocumented
Global ex_config (void)
Global ex_copy (int in_exoid, int out_exoid)
Global ex_copy_string (char *dest, char const *source, size_t elements)
Safer than strncpy – guarantees null termination
Global ex_copy_transient (int in_exoid, int out_exoid)
Global ex_create_group (int parent_id, const char *group_name)
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_int_iisort (int v[], int iv[], int N)
Global ex_int_iisort64 (int64_t v[], int64_t iv[], int64_t N)
Global ex_int_iqsort (int v[], int iv[], int left, int right)
Global ex_int_iqsort64 (int64_t v[], int64_t iv[], int64_t left, int64_t right)
Global ex_int_median3 (int v[], int iv[], int64_t left, int64_t right)
Global ex_int_median3_64 (int64_t v[], int64_t iv[], int64_t left, int64_t right)
Global ex_name_of_object (ex_entity_type obj_type)
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, const 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, const void_int *num_int_nodes, const void_int *num_bor_nodes, const void_int *num_ext_nodes, const void_int *num_int_elems, const void_int *num_bor_elems, const void_int *num_node_cmaps, const void_int *num_elem_cmaps)
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)
Returns a pointer to a string which gives a text description of the error code err_num. If the error code refers to a NetCDF error, then that string is returned.
Global ex_swap (int v[], int64_t i, int64_t j)
Global ex_swap64 (int64_t v[], int64_t i, int64_t j)
Global ex_var_type_to_ex_entity_type (char var_type)
Global exi_catstr (const char *, int)
Global exi_catstr2 (const char *, int, const char *, int)
Global exi_check_file_type (const char *path, int *type)
Global exi_compress_variable (int exoid, int varid, int type)
Global exi_dim_num_entries_in_object (ex_entity_type, int)
Global exi_dim_num_objects (ex_entity_type obj_type)
Global exi_get_counter_list (ex_entity_type obj_type)
Global exi_get_cpu_ws (void)
Global exi_get_dimension (int exoid, const char *DIMENSION, const char *label, size_t *count, int *dimid, const char *routine)
Global exi_get_name (int exoid, int varid, size_t index, char *name, int name_size, ex_entity_type obj_type, const char *routine)
Global exi_get_names (int exoid, int varid, size_t num_entity, char **names, ex_entity_type obj_type, const char *routine)
Global exi_handle_mode (unsigned int my_mode, int is_parallel, int run_version)
Global exi_id_lkup (int exoid, ex_entity_type id_type, ex_entity_id num)
Global exi_leavedef (int exoid, const char *call_rout)
Global exi_name_of_map (ex_entity_type, int)
Global exi_name_red_var_of_object (ex_entity_type, int)
Global exi_name_var_of_object (ex_entity_type, int, int)
Global exi_populate_header (int exoid, const char *path, int my_mode, int is_parallel, int *comp_ws, int *io_ws)
Global exi_put_name (int exoid, int varid, size_t index, const char *name, ex_entity_type obj_type, const char *subtype, const char *routine)
Global exi_put_names (int exoid, int varid, size_t num_entity, char *const *names, ex_entity_type obj_type, const char *subtype, const char *routine)
Global exi_reset_error_status (void)
Global exi_trim (char *name)
Global exi_update_max_name_length (int exoid, int length)