IOSS 2.0
|
Functions | |
std::string | id_str () |
std::string | db_name_str () |
std::string | orig_topo_str () |
std::string | orig_block_order () |
template<typename T > | |
Ioss::GroupingEntity * | get_entity_internal (int64_t id, const std::vector< T > &entities) |
template<typename T > | |
size_t | internal_get_variable_count (const std::vector< T > &entities, Ioss::Field::RoleType role) |
template<typename T > | |
size_t | get_variable_count (const std::vector< T > &entities) |
template<typename T > | |
size_t | get_reduction_variable_count (const std::vector< T > &entities) |
template<typename T > | |
int64_t | get_entity_count (const std::vector< T > &entities) |
void | update_database (Ioss::DatabaseIO *db, Ioss::GroupingEntity *entity) |
void | update_database (const Ioss::Region *region, Ioss::GroupingEntity *entity) |
void | update_database (Ioss::DatabaseIO *db, Ioss::SideSet *sset) |
void | update_database (const Ioss::Region *region, Ioss::SideSet *sset) |
constexpr unsigned | numberOfBits (unsigned x) |
size_t | compute_hash (Ioss::GroupingEntity *entity, size_t which) |
template<typename T > | |
void | compute_hashes (const std::vector< T > &entities, std::array< size_t, Ioss::entityTypeCount > &hashes, Ioss::EntityType type) |
bool | check_hashes (const std::vector< size_t > &min_hash, const std::vector< size_t > &max_hash, Ioss::EntityType type) |
template<typename T > | |
void | report_inconsistency (const std::vector< T > &entities, Ioss::ParallelUtils &util) |
bool | check_parallel_consistency (const Ioss::Region ®ion) |
bool | is_input_or_appending_output (const Ioss::DatabaseIO *iodatabase) |
template<typename T > | |
void | internal_erase_fields (const std::vector< T > &entities, Ioss::Field::RoleType role) |
bool anonymous_namespace{Ioss_Region.C}::check_hashes | ( | const std::vector< size_t > & | min_hash, |
const std::vector< size_t > & | max_hash, | ||
Ioss::EntityType | type ) |
bool anonymous_namespace{Ioss_Region.C}::check_parallel_consistency | ( | const Ioss::Region & | region | ) |
size_t anonymous_namespace{Ioss_Region.C}::compute_hash | ( | Ioss::GroupingEntity * | entity, |
size_t | which ) |
void anonymous_namespace{Ioss_Region.C}::compute_hashes | ( | const std::vector< T > & | entities, |
std::array< size_t, Ioss::entityTypeCount > & | hashes, | ||
Ioss::EntityType | type ) |
std::string anonymous_namespace{Ioss_Region.C}::db_name_str | ( | ) |
int64_t anonymous_namespace{Ioss_Region.C}::get_entity_count | ( | const std::vector< T > & | entities | ) |
Ioss::GroupingEntity * anonymous_namespace{Ioss_Region.C}::get_entity_internal | ( | int64_t | id, |
const std::vector< T > & | entities ) |
size_t anonymous_namespace{Ioss_Region.C}::get_reduction_variable_count | ( | const std::vector< T > & | entities | ) |
size_t anonymous_namespace{Ioss_Region.C}::get_variable_count | ( | const std::vector< T > & | entities | ) |
std::string anonymous_namespace{Ioss_Region.C}::id_str | ( | ) |
void anonymous_namespace{Ioss_Region.C}::internal_erase_fields | ( | const std::vector< T > & | entities, |
Ioss::Field::RoleType | role ) |
size_t anonymous_namespace{Ioss_Region.C}::internal_get_variable_count | ( | const std::vector< T > & | entities, |
Ioss::Field::RoleType | role ) |
bool anonymous_namespace{Ioss_Region.C}::is_input_or_appending_output | ( | const Ioss::DatabaseIO * | iodatabase | ) |
|
constexpr |
std::string anonymous_namespace{Ioss_Region.C}::orig_block_order | ( | ) |
std::string anonymous_namespace{Ioss_Region.C}::orig_topo_str | ( | ) |
void anonymous_namespace{Ioss_Region.C}::report_inconsistency | ( | const std::vector< T > & | entities, |
Ioss::ParallelUtils & | util ) |
void anonymous_namespace{Ioss_Region.C}::update_database | ( | const Ioss::Region * | region, |
Ioss::GroupingEntity * | entity ) |
void anonymous_namespace{Ioss_Region.C}::update_database | ( | const Ioss::Region * | region, |
Ioss::SideSet * | sset ) |
void anonymous_namespace{Ioss_Region.C}::update_database | ( | Ioss::DatabaseIO * | db, |
Ioss::GroupingEntity * | entity ) |
void anonymous_namespace{Ioss_Region.C}::update_database | ( | Ioss::DatabaseIO * | db, |
Ioss::SideSet * | sset ) |