IOSS 2.0
|
Functions | |
bool | compare_properties (const Ioss::GroupingEntity *ige_1, const Ioss::GroupingEntity *ige_2, std::ostringstream &buf) |
bool | compare_qa_info (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2, std::ostringstream &buf) |
bool | compare_nodeblock (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_assemblies (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_elementblocks (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_edgeblocks (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_faceblocks (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_structuredblocks (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_nodesets (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_edgesets (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_facesets (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_elemsets (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_sidesets (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_commsets (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
bool | compare_coordinate_frames (const Ioss::Region &input_region_1, const Ioss::Region &input_region_2) |
template<typename T > | |
bool | compare_fields (const std::vector< T * > &in_entities_1, const std::vector< T * > &in_entities_2, Ioss::Field::RoleType role, std::ostringstream &buf) |
bool | compare_fields (const std::vector< Ioss::StructuredBlock * > &in_entities_1, const std::vector< Ioss::StructuredBlock * > &in_entities_2, Ioss::Field::RoleType role, std::ostringstream &buf) |
bool | compare_fields (const Ioss::GroupingEntity *ige_1, const Ioss::GroupingEntity *ige_2, Ioss::Field::RoleType role, std::ostringstream &buf) |
template<typename T1 , typename T2 > | |
bool | compare_field_data (const std::vector< T1 * > &in_entities_1, const std::vector< T2 * > &in_entities_2, Ioss::DataPool &pool, Ioss::Field::RoleType role, const Ioss::MeshCopyOptions &options, std::ostringstream &buf) |
bool | compare_field_data (const std::vector< Ioss::StructuredBlock * > &in_entities_1, const std::vector< Ioss::StructuredBlock * > &in_entities_2, Ioss::DataPool &pool, Ioss::Field::RoleType role, const Ioss::MeshCopyOptions &options, std::ostringstream &buf) |
bool | compare_field_data (const Ioss::GroupingEntity *ige_1, const Ioss::GroupingEntity *ige_2, Ioss::DataPool &pool, Ioss::Field::RoleType role, const Ioss::MeshCopyOptions &options, std::ostringstream &buf, const std::string &prefix="") |
bool | compare_field_data_internal (const Ioss::GroupingEntity *ige_1, const Ioss::GroupingEntity *ige_2, Ioss::DataPool &in_pool, const std::string &field_name, const Ioss::MeshCopyOptions &options, std::ostringstream &buf) |
template<typename T > | |
bool | compare_entities (const std::vector< T * > &in_sets_1, const std::vector< T * > &in_sets_2, const std::string &uc_type, const std::string &type) |
template<typename T1 , typename T2 > | |
bool | compare_field_data (T1 *data1, T2 *data2, size_t count, size_t component_count, const std::string &field_name, const std::string &entity_name, std::ostringstream &buf) |
template<> | |
bool | compare_field_data (double *data1, double *data2, size_t count, size_t component_count, const std::string &field_name, const std::string &entity_name, std::ostringstream &buf) |
Variables | |
double | rel_tolerance = 0.0 |
double | abs_tolerance = 0.0 |
double | tol_floor = 0.0 |
bool anonymous_namespace{Ioss_Compare.C}::compare_assemblies | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_commsets | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_coordinate_frames | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_edgeblocks | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_edgesets | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_elementblocks | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_elemsets | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_entities | ( | const std::vector< T * > & | in_sets_1, |
const std::vector< T * > & | in_sets_2, | ||
const std::string & | uc_type, | ||
const std::string & | type ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_faceblocks | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_facesets | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_field_data | ( | const Ioss::GroupingEntity * | ige_1, |
const Ioss::GroupingEntity * | ige_2, | ||
Ioss::DataPool & | pool, | ||
Ioss::Field::RoleType | role, | ||
const Ioss::MeshCopyOptions & | options, | ||
std::ostringstream & | buf, | ||
const std::string & | prefix = "" ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_field_data | ( | const std::vector< Ioss::StructuredBlock * > & | in_entities_1, |
const std::vector< Ioss::StructuredBlock * > & | in_entities_2, | ||
Ioss::DataPool & | pool, | ||
Ioss::Field::RoleType | role, | ||
const Ioss::MeshCopyOptions & | options, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_field_data | ( | const std::vector< T1 * > & | in_entities_1, |
const std::vector< T2 * > & | in_entities_2, | ||
Ioss::DataPool & | pool, | ||
Ioss::Field::RoleType | role, | ||
const Ioss::MeshCopyOptions & | options, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_field_data | ( | double * | data1, |
double * | data2, | ||
size_t | count, | ||
size_t | component_count, | ||
const std::string & | field_name, | ||
const std::string & | entity_name, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_field_data | ( | T1 * | data1, |
T2 * | data2, | ||
size_t | count, | ||
size_t | component_count, | ||
const std::string & | field_name, | ||
const std::string & | entity_name, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_field_data_internal | ( | const Ioss::GroupingEntity * | ige_1, |
const Ioss::GroupingEntity * | ige_2, | ||
Ioss::DataPool & | in_pool, | ||
const std::string & | field_name, | ||
const Ioss::MeshCopyOptions & | options, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_fields | ( | const Ioss::GroupingEntity * | ige_1, |
const Ioss::GroupingEntity * | ige_2, | ||
Ioss::Field::RoleType | role, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_fields | ( | const std::vector< Ioss::StructuredBlock * > & | in_entities_1, |
const std::vector< Ioss::StructuredBlock * > & | in_entities_2, | ||
Ioss::Field::RoleType | role, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_fields | ( | const std::vector< T * > & | in_entities_1, |
const std::vector< T * > & | in_entities_2, | ||
Ioss::Field::RoleType | role, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_nodeblock | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_nodesets | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_properties | ( | const Ioss::GroupingEntity * | ige_1, |
const Ioss::GroupingEntity * | ige_2, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_qa_info | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2, | ||
std::ostringstream & | buf ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_sidesets | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
bool anonymous_namespace{Ioss_Compare.C}::compare_structuredblocks | ( | const Ioss::Region & | input_region_1, |
const Ioss::Region & | input_region_2 ) |
double anonymous_namespace{Ioss_Compare.C}::abs_tolerance = 0.0 |
double anonymous_namespace{Ioss_Compare.C}::rel_tolerance = 0.0 |
double anonymous_namespace{Ioss_Compare.C}::tol_floor = 0.0 |