IOSS 2.0
|
Classes | |
class | Graph |
Functions | |
Ioss::EntityType | get_entity_type (const std::string &type) |
Ioss::NameList | get_name_list (const Ioss::Region ®ion, Ioss::EntityType type) |
void | handle_help (const std::string &topic) |
bool | handle_delete (const Ioss::NameList &tokens, Ioss::Region ®ion) |
void | handle_list (const Ioss::NameList &tokens, const Ioss::Region ®ion, bool show_attribute=false) |
void | handle_graph (const Ioss::NameList &tokens, const Ioss::Region ®ion) |
bool | handle_assembly (const Ioss::NameList &tokens, Ioss::Region ®ion, bool allow_modify) |
bool | handle_attribute (const Ioss::NameList &tokens, Ioss::Region ®ion) |
bool | handle_geometry (const Ioss::NameList &tokens, Ioss::Region ®ion) |
bool | handle_time (const Ioss::NameList &tokens, Ioss::Region ®ion) |
bool | handle_rename (const Ioss::NameList &tokens, Ioss::Region ®ion) |
void | update_assembly_info (Ioss::Region ®ion, const Modify::Interface &interFace) |
void | modify_time (Ioss::Region ®ion, double scale, double offset) |
void | offset_filtered_coordinates (Ioss::Region ®ion, real offset[3], const std::vector< const Ioss::GroupingEntity * > &blocks) |
void | scale_filtered_coordinates (Ioss::Region ®ion, real scale[3], const std::vector< const Ioss::GroupingEntity * > &blocks) |
void | rotate_filtered_coordinates (Ioss::Region ®ion, real rotation_matrix[3][3], const std::vector< const Ioss::GroupingEntity * > &blocks) |
bool | update_rotation_matrix (real rotation_matrix[3][3], const std::string &axis, double angle) |
void | set_db_properties (const Modify::Interface &interFace, Ioss::DatabaseIO *dbi) |
void | info_entity (const Ioss::StructuredBlock *sb, bool show_property=false) |
void | info_entity (const Ioss::NodeBlock *nb, bool show_property=false) |
void | info_entity (const Ioss::ElementBlock *eb, bool show_property=false) |
void | info_entity (const Ioss::NodeSet *ns, bool show_property=false) |
void | info_entity (const Ioss::SideSet *ss, bool show_property=false) |
void | info_entity (const Ioss::Assembly *as, bool show_property=false) |
void | info_entity (const Ioss::Blob *blob, bool show_property=false) |
void | info_entity (const Ioss::Region ®ion, bool show_property=false) |
void | info_time (const Ioss::Region ®ion) |
template<typename T > | |
void | info_entities (const std::vector< T * > &entities, const Ioss::NameList &tokens, const Ioss::Region ®ion, const std::string &type, bool show_property=false) |
std::string | name (const Ioss::GroupingEntity *entity) |
int64_t | id (const Ioss::GroupingEntity *entity) |
int64_t | get_next_assembly_id (const Ioss::Region ®ion) |
Ioss::PropertyManager | set_properties (const Modify::Interface &) |
void | build_block_list (Ioss::Region ®ion, const Ioss::GroupingEntity *ge, std::vector< const Ioss::GroupingEntity * > &blocks) |
std::vector< int > | get_filtered_node_list (Ioss::Region ®ion, const std::vector< const Ioss::GroupingEntity * > &blocks) |
template<typename T > | |
Ioss::NameList | get_entity_names (const std::vector< T * > &entity_list) |
void | update_exodus_assembly_info (Ioss::Region ®ion, const Modify::Interface &interFace) |
void | rotate_filtered_coordinates (const Ioss::GroupingEntity *nb, real rotation_matrix[3][3], const std::vector< int > &filter) |
void | offset_filtered_coordinates (const Ioss::GroupingEntity *nb, real offset[3], const std::vector< int > &filter) |
void | scale_filtered_coordinates (const Ioss::GroupingEntity *nb, real scale[3], const std::vector< int > &filter) |
Variables | |
std::string | codename |
std::string | version = "2.07 (2024-04-15)" |
std::vector< Ioss::GroupingEntity * > | attributes_modified |
void anonymous_namespace{io_modify.C}::build_block_list | ( | Ioss::Region & | region, |
const Ioss::GroupingEntity * | ge, | ||
std::vector< const Ioss::GroupingEntity * > & | blocks ) |
Ioss::NameList anonymous_namespace{io_modify.C}::get_entity_names | ( | const std::vector< T * > & | entity_list | ) |
Ioss::EntityType anonymous_namespace{io_modify.C}::get_entity_type | ( | const std::string & | type | ) |
std::vector< int > anonymous_namespace{io_modify.C}::get_filtered_node_list | ( | Ioss::Region & | region, |
const std::vector< const Ioss::GroupingEntity * > & | blocks ) |
Ioss::NameList anonymous_namespace{io_modify.C}::get_name_list | ( | const Ioss::Region & | region, |
Ioss::EntityType | type ) |
int64_t anonymous_namespace{io_modify.C}::get_next_assembly_id | ( | const Ioss::Region & | region | ) |
bool anonymous_namespace{io_modify.C}::handle_assembly | ( | const Ioss::NameList & | tokens, |
Ioss::Region & | region, | ||
bool | allow_modify ) |
bool anonymous_namespace{io_modify.C}::handle_attribute | ( | const Ioss::NameList & | tokens, |
Ioss::Region & | region ) |
bool anonymous_namespace{io_modify.C}::handle_delete | ( | const Ioss::NameList & | tokens, |
Ioss::Region & | region ) |
bool anonymous_namespace{io_modify.C}::handle_geometry | ( | const Ioss::NameList & | tokens, |
Ioss::Region & | region ) |
void anonymous_namespace{io_modify.C}::handle_graph | ( | const Ioss::NameList & | tokens, |
const Ioss::Region & | region ) |
void anonymous_namespace{io_modify.C}::handle_help | ( | const std::string & | topic | ) |
void anonymous_namespace{io_modify.C}::handle_list | ( | const Ioss::NameList & | tokens, |
const Ioss::Region & | region, | ||
bool | show_attribute = false ) |
bool anonymous_namespace{io_modify.C}::handle_rename | ( | const Ioss::NameList & | tokens, |
Ioss::Region & | region ) |
bool anonymous_namespace{io_modify.C}::handle_time | ( | const Ioss::NameList & | tokens, |
Ioss::Region & | region ) |
int64_t anonymous_namespace{io_modify.C}::id | ( | const Ioss::GroupingEntity * | entity | ) |
void anonymous_namespace{io_modify.C}::info_entities | ( | const std::vector< T * > & | entities, |
const Ioss::NameList & | tokens, | ||
const Ioss::Region & | region, | ||
const std::string & | type, | ||
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::Assembly * | as, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::Blob * | blob, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::ElementBlock * | eb, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::NodeBlock * | nb, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::NodeSet * | ns, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::Region & | region, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::SideSet * | ss, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_entity | ( | const Ioss::StructuredBlock * | sb, |
bool | show_property = false ) |
void anonymous_namespace{io_modify.C}::info_time | ( | const Ioss::Region & | region | ) |
void anonymous_namespace{io_modify.C}::modify_time | ( | Ioss::Region & | region, |
double | scale, | ||
double | offset ) |
std::string anonymous_namespace{io_modify.C}::name | ( | const Ioss::GroupingEntity * | entity | ) |
void anonymous_namespace{io_modify.C}::offset_filtered_coordinates | ( | const Ioss::GroupingEntity * | nb, |
real | offset[3], | ||
const std::vector< int > & | filter ) |
void anonymous_namespace{io_modify.C}::offset_filtered_coordinates | ( | Ioss::Region & | region, |
real | offset[3], | ||
const std::vector< const Ioss::GroupingEntity * > & | blocks ) |
void anonymous_namespace{io_modify.C}::rotate_filtered_coordinates | ( | const Ioss::GroupingEntity * | nb, |
real | rotation_matrix[3][3], | ||
const std::vector< int > & | filter ) |
void anonymous_namespace{io_modify.C}::rotate_filtered_coordinates | ( | Ioss::Region & | region, |
real | rotation_matrix[3][3], | ||
const std::vector< const Ioss::GroupingEntity * > & | blocks ) |
void anonymous_namespace{io_modify.C}::scale_filtered_coordinates | ( | const Ioss::GroupingEntity * | nb, |
real | scale[3], | ||
const std::vector< int > & | filter ) |
void anonymous_namespace{io_modify.C}::scale_filtered_coordinates | ( | Ioss::Region & | region, |
real | scale[3], | ||
const std::vector< const Ioss::GroupingEntity * > & | blocks ) |
void anonymous_namespace{io_modify.C}::set_db_properties | ( | const Modify::Interface & | interFace, |
Ioss::DatabaseIO * | dbi ) |
Ioss::PropertyManager anonymous_namespace{io_modify.C}::set_properties | ( | const Modify::Interface & | ) |
void anonymous_namespace{io_modify.C}::update_assembly_info | ( | Ioss::Region & | region, |
const Modify::Interface & | interFace ) |
void anonymous_namespace{io_modify.C}::update_exodus_assembly_info | ( | Ioss::Region & | region, |
const Modify::Interface & | interFace ) |
bool anonymous_namespace{io_modify.C}::update_rotation_matrix | ( | real | rotation_matrix[3][3], |
const std::string & | axis, | ||
double | angle ) |
std::vector<Ioss::GroupingEntity *> anonymous_namespace{io_modify.C}::attributes_modified |
std::string anonymous_namespace{io_modify.C}::codename |
std::string anonymous_namespace{io_modify.C}::version = "2.07 (2024-04-15)" |