|
IOSS_NODISCARD IOEX_EXPORT const char * | Ioex::Version () |
|
bool | Ioex::check_processor_info (const std::string &filename, int exodusFilePtr, int processor_count, int processor_id) |
|
Ioss::EntityType | Ioex::map_exodus_type (ex_entity_type type) |
|
ex_entity_type | Ioex::map_exodus_type (Ioss::EntityType type) |
|
ex_field_type | Ioex::map_ioss_field_type (const Ioss::VariableType *type) |
|
std::string | Ioex::map_ioss_field_type (ex_field_type type) |
|
int | Ioex::read_exodus_basis (int exoid) |
|
int | Ioex::read_exodus_quadrature (int exoid) |
|
void | Ioex::update_last_time_attribute (int exodusFilePtr, double value) |
|
bool | Ioex::read_last_time_attribute (int exodusFilePtr, double *value) |
|
bool | Ioex::type_match (const std::string &type, const char *substring) |
|
int64_t | Ioex::extract_id (const std::string &name_id) |
|
bool | Ioex::set_id (const Ioss::GroupingEntity *entity, Ioex::EntityIdSet *idset) |
|
int64_t | Ioex::get_id (const Ioss::GroupingEntity *entity, Ioex::EntityIdSet *idset) |
|
void | Ioex::decode_surface_name (Ioex::SideSetMap &fs_map, Ioex::SideSetSet &fs_set, const std::string &name) |
|
void | Ioex::fix_bad_name (char *name) |
|
void | Ioex::exodus_error (int exoid, int lineno, const char *function, const char *filename) |
|
void | Ioex::exodus_error (int exoid, int lineno, const char *function, const char *filename, const std::string &extra) |
|
int | Ioex::add_map_fields (int exoid, Ioss::ElementBlock *block, int64_t my_element_count, size_t name_length) |
|
char ** | Ioex::get_name_array (size_t count, int size) |
|
void | Ioex::delete_name_array (char **names, int count) |
|
Ioss::NameList | Ioex::get_variable_names (int nvar, int maximumNameLength, int exoid, ex_entity_type type) |
|
Ioss::NameList | Ioex::get_reduction_variable_names (int nvar, int maximumNameLength, int exoid, ex_entity_type type) |
|
void | Ioex::add_coordinate_frames (int exoid, Ioss::Region *region) |
|
void | Ioex::write_coordinate_frames (int exoid, const Ioss::CoordinateFrameContainer &frames) |
|
bool | Ioex::find_displacement_field (Ioss::NameList &fields, const Ioss::GroupingEntity *block, int ndim, std::string *disp_name) |
|
std::string | Ioex::get_entity_name (int exoid, ex_entity_type type, int64_t id, const std::string &basename, int length, bool &db_has_name) |
|
bool | Ioex::filter_node_list (Ioss::Int64Vector &nodes, const std::vector< unsigned char > &node_connectivity_status) |
|
template<typename T > |
void | Ioex::filter_node_list (T *data, std::vector< T > &dbvals, const std::vector< int64_t > &active_node_index) |
|
void | Ioex::filter_element_list (Ioss::Region *region, Ioss::Int64Vector &elements, Ioss::Int64Vector &sides, bool remove_omitted_elements) |
|
void | Ioex::separate_surface_element_sides (Ioss::Int64Vector &element, Ioss::Int64Vector &sides, Ioss::Region *region, Ioex::TopologyMap &topo_map, Ioex::TopologyMap &side_map, Ioss::SurfaceSplitType split_type, const std::string &surface_name) |
|
void | Ioex::write_reduction_attributes (int exoid, const Ioss::GroupingEntity *ge) |
|
template<typename T > |
void | Ioex::write_reduction_attributes (int exoid, const std::vector< T * > &entities) |
|