IOSS 2.0
|
Functions | |
std::vector< int > | get_selected_steps (Ioss::Region ®ion, const Ioss::MeshCopyOptions &options) |
void | show_step (int istep, double time, const Ioss::MeshCopyOptions &options, int rank) |
std::vector< Ioss::Face > | generate_boundary_faces (Ioss::Region ®ion, const Ioss::MeshCopyOptions &options) |
void | define_model (Ioss::Region ®ion, Ioss::Region &output_region, Ioss::DataPool &data_pool, const std::vector< Ioss::Face > &boundary, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_model (Ioss::Region ®ion, Ioss::Region &output_region, Ioss::DataPool &pool, const std::vector< Ioss::Face > &boundary, const Ioss::MeshCopyOptions &options, int rank) |
void | define_transient_fields (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_step (Ioss::Region ®ion, Ioss::Region &output_region, Ioss::DataPool &pool, int istep, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_nodeblock (Ioss::Region ®ion, Ioss::Region &output_region, Ioss::DataPool &pool, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_structuredblocks (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_elementblocks (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_edgeblocks (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_faceblocks (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_nodesets (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_edgesets (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_facesets (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_elemsets (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_sidesets (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_commsets (Ioss::Region ®ion, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void | transfer_fields (const Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::Field::RoleType role, const std::string &prefix="") |
void | add_proc_id (Ioss::Region ®ion, int rank) |
template<typename T > | |
void | transfer_field_data (const std::vector< T * > &entities, Ioss::Region &output_region, Ioss::DataPool &pool, Ioss::Field::RoleType role, const Ioss::MeshCopyOptions &options) |
void | transfer_field_data (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::DataPool &pool, Ioss::Field::RoleType role, const Ioss::MeshCopyOptions &options, const std::string &prefix="") |
void | transfer_properties (const Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge) |
void | transfer_qa_info (Ioss::Region &in, Ioss::Region &out) |
void | transfer_field_data_internal (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::DataPool &pool, const std::string &field_name, const Ioss::MeshCopyOptions &options) |
template<typename T > | |
std::pair< size_t, std::string > | calculate_maximum_field_size (const std::vector< T > &entities, std::pair< size_t, std::string > &max_field) |
std::pair< size_t, std::string > | calculate_maximum_field_size (const Ioss::Region ®ion) |
template<typename INT > | |
void | output_boundary_sideset (Ioss::SideBlock *sb, const std::vector< Ioss::Face > &boundary, INT) |
template<typename T > | |
void | transfer_mesh_info (const T *input, T *output) |
template<typename T > | |
void | transfer_blocks (const std::vector< T * > &blocks, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
template<typename T > | |
void | transfer_sets (const std::vector< T * > &sets, Ioss::Region &output_region, const Ioss::MeshCopyOptions &options, int rank) |
void anonymous_namespace{Ioss_CopyDatabase.C}::add_proc_id | ( | Ioss::Region & | region, |
int | rank ) |
std::pair< size_t, std::string > anonymous_namespace{Ioss_CopyDatabase.C}::calculate_maximum_field_size | ( | const Ioss::Region & | region | ) |
std::pair< size_t, std::string > anonymous_namespace{Ioss_CopyDatabase.C}::calculate_maximum_field_size | ( | const std::vector< T > & | entities, |
std::pair< size_t, std::string > & | max_field ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::define_model | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::DataPool & | data_pool, | ||
const std::vector< Ioss::Face > & | boundary, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::define_transient_fields | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
std::vector< Ioss::Face > anonymous_namespace{Ioss_CopyDatabase.C}::generate_boundary_faces | ( | Ioss::Region & | region, |
const Ioss::MeshCopyOptions & | options ) |
std::vector< int > anonymous_namespace{Ioss_CopyDatabase.C}::get_selected_steps | ( | Ioss::Region & | region, |
const Ioss::MeshCopyOptions & | options ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::output_boundary_sideset | ( | Ioss::SideBlock * | sb, |
const std::vector< Ioss::Face > & | boundary, | ||
INT | ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::show_step | ( | int | istep, |
double | time, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_blocks | ( | const std::vector< T * > & | blocks, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_commsets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_edgeblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_edgesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_elementblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_elemsets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_faceblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_facesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_field_data | ( | const std::vector< T * > & | entities, |
Ioss::Region & | output_region, | ||
Ioss::DataPool & | pool, | ||
Ioss::Field::RoleType | role, | ||
const Ioss::MeshCopyOptions & | options ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_field_data | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::DataPool & | pool, | ||
Ioss::Field::RoleType | role, | ||
const Ioss::MeshCopyOptions & | options, | ||
const std::string & | prefix = "" ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_field_data_internal | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::DataPool & | pool, | ||
const std::string & | field_name, | ||
const Ioss::MeshCopyOptions & | options ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_fields | ( | const Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::Field::RoleType | role, | ||
const std::string & | prefix = "" ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_mesh_info | ( | const T * | input, |
T * | output ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_model | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::DataPool & | pool, | ||
const std::vector< Ioss::Face > & | boundary, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_nodeblock | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::DataPool & | pool, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_nodesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_properties | ( | const Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_qa_info | ( | Ioss::Region & | in, |
Ioss::Region & | out ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_sets | ( | const std::vector< T * > & | sets, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_sidesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_step | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::DataPool & | pool, | ||
int | istep, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |
void anonymous_namespace{Ioss_CopyDatabase.C}::transfer_structuredblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
const Ioss::MeshCopyOptions & | options, | ||
int | rank ) |