IOSS 2.0
|
Typedefs | |
using | ElemBlockFunc = std::function<Ioss::ElementBlockContainer(const Ioss::Region ®ion)> |
Functions | |
std::string | get_randomized_many_block_mesh_desc (unsigned numBlocks) |
void | define_model (const Ioss::Region &i_region, Ioss::Region &o_region) |
void | write_model (const Ioss::Region &i_region, Ioss::Region &o_region) |
void | define_transient (Ioss::Region &o_region, const std::string &elemFieldName) |
void | write_transient (Ioss::Region &o_region, const std::string &elemFieldName) |
void | generate_randomized_many_block_mesh_from_textmesh (int numBlocks, const std::string &elemFieldName, const std::string &outFile) |
template<typename INT > | |
std::pair< double, double > | do_connectivity_timing_impl (const Ioss::Region ®ion, const Ioss::ElementBlockContainer &elemBlocks) |
std::pair< double, double > | do_connectivity_timing (const Ioss::Region ®ion, const Ioss::ElementBlockContainer &elemBlocks) |
std::pair< double, double > | do_field_timing_and_verification (const Ioss::Region ®ion, const Ioss::ElementBlockContainer &elemBlocks, const std::string &fieldName) |
Ioss::ElementBlockContainer | get_all_blocks (const Ioss::Region ®ion) |
Ioss::ElementBlockContainer | get_alternate_blocks (const Ioss::Region ®ion) |
void | run_block_batch_test (int numBlocks, ElemBlockFunc func) |
TEST (TestReadBlockBatch, readAllBlocks) | |
TEST (TestReadBlockBatch, readAlternateBlocks) | |
using anonymous_namespace{UnitTestElementBlockBatchRead.C}::ElemBlockFunc = std::function<Ioss::ElementBlockContainer(const Ioss::Region ®ion)> |
void anonymous_namespace{UnitTestElementBlockBatchRead.C}::define_model | ( | const Ioss::Region & | i_region, |
Ioss::Region & | o_region ) |
void anonymous_namespace{UnitTestElementBlockBatchRead.C}::define_transient | ( | Ioss::Region & | o_region, |
const std::string & | elemFieldName ) |
std::pair< double, double > anonymous_namespace{UnitTestElementBlockBatchRead.C}::do_connectivity_timing | ( | const Ioss::Region & | region, |
const Ioss::ElementBlockContainer & | elemBlocks ) |
std::pair< double, double > anonymous_namespace{UnitTestElementBlockBatchRead.C}::do_connectivity_timing_impl | ( | const Ioss::Region & | region, |
const Ioss::ElementBlockContainer & | elemBlocks ) |
std::pair< double, double > anonymous_namespace{UnitTestElementBlockBatchRead.C}::do_field_timing_and_verification | ( | const Ioss::Region & | region, |
const Ioss::ElementBlockContainer & | elemBlocks, | ||
const std::string & | fieldName ) |
void anonymous_namespace{UnitTestElementBlockBatchRead.C}::generate_randomized_many_block_mesh_from_textmesh | ( | int | numBlocks, |
const std::string & | elemFieldName, | ||
const std::string & | outFile ) |
Ioss::ElementBlockContainer anonymous_namespace{UnitTestElementBlockBatchRead.C}::get_all_blocks | ( | const Ioss::Region & | region | ) |
Ioss::ElementBlockContainer anonymous_namespace{UnitTestElementBlockBatchRead.C}::get_alternate_blocks | ( | const Ioss::Region & | region | ) |
std::string anonymous_namespace{UnitTestElementBlockBatchRead.C}::get_randomized_many_block_mesh_desc | ( | unsigned | numBlocks | ) |
void anonymous_namespace{UnitTestElementBlockBatchRead.C}::run_block_batch_test | ( | int | numBlocks, |
ElemBlockFunc | func ) |
anonymous_namespace{UnitTestElementBlockBatchRead.C}::TEST | ( | TestReadBlockBatch | , |
readAllBlocks | ) |
anonymous_namespace{UnitTestElementBlockBatchRead.C}::TEST | ( | TestReadBlockBatch | , |
readAlternateBlocks | ) |
void anonymous_namespace{UnitTestElementBlockBatchRead.C}::write_model | ( | const Ioss::Region & | i_region, |
Ioss::Region & | o_region ) |
void anonymous_namespace{UnitTestElementBlockBatchRead.C}::write_transient | ( | Ioss::Region & | o_region, |
const std::string & | elemFieldName ) |