IOSS 2.0
|
Classes | |
struct | param |
Functions | |
void | show_step (int istep, double time) |
void | transfer_nodeblock (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_elementblocks (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_edgeblocks (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_faceblocks (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_nodesets (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_edgesets (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_facesets (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_elemsets (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_sidesets (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_commsets (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_coordinate_frames (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
template<typename T > | |
void | transfer_fields (const std::vector< T * > &entities, Ioss::Region &output_region, Ioss::Field::RoleType role, const IOShell::Interface &interFace) |
void | transfer_fields (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::Field::RoleType role, const std::string &prefix="") |
template<typename T > | |
void | transfer_field_data (const std::vector< T * > &entities, Ioss::Region &output_region, Ioss::Field::RoleType role, const IOShell::Interface &interFace) |
void | transfer_field_data (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::Field::RoleType role, const IOShell::Interface &interFace, const std::string &prefix="") |
void | transfer_properties (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge) |
void | transfer_qa_info (Ioss::Region &in, Ioss::Region &out) |
void | transform_fields (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::Field::RoleType role) |
void | transform_field_data (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::Field::RoleType role, const IOShell::Interface &interFace) |
void | transfer_field_data_internal (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, const std::string &field_name, const IOShell::Interface &interFace) |
void | file_copy (IOShell::Interface &interFace, int rank) |
Ioss::PropertyManager | set_properties (IOShell::Interface &interFace) |
template<typename INT > | |
void | set_owned_node_count (Ioss::Region ®ion, int my_processor, INT dummy) |
void * | transfer_fields_ts (void *varg) |
void * | transfer_field_data_ts (void *varg) |
template<typename T > | |
void | transfer_blocks (const std::vector< T * > &blocks, Ioss::Region &output_region, bool debug) |
template<typename T > | |
void | transfer_sets (const std::vector< T * > &sets, Ioss::Region &output_region, bool debug) |
Variables | |
int | rank = 0 |
bool | mem_stats = false |
std::string | codename |
std::string | version = "4.7" |
void anonymous_namespace{io_shell_ts.C}::file_copy | ( | IOShell::Interface & | interFace, |
int | rank ) |
void anonymous_namespace{io_shell_ts.C}::set_owned_node_count | ( | Ioss::Region & | region, |
int | my_processor, | ||
INT | dummy ) |
Ioss::PropertyManager anonymous_namespace{io_shell_ts.C}::set_properties | ( | IOShell::Interface & | interFace | ) |
void anonymous_namespace{io_shell_ts.C}::show_step | ( | int | istep, |
double | time ) |
void anonymous_namespace{io_shell_ts.C}::transfer_blocks | ( | const std::vector< T * > & | blocks, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_commsets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_coordinate_frames | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_edgeblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_edgesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_elementblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_elemsets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_faceblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_facesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_field_data | ( | const std::vector< T * > & | entities, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role, | ||
const IOShell::Interface & | interFace ) |
void anonymous_namespace{io_shell_ts.C}::transfer_field_data | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::Field::RoleType | role, | ||
const IOShell::Interface & | interFace, | ||
const std::string & | prefix = "" ) |
void anonymous_namespace{io_shell_ts.C}::transfer_field_data_internal | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
const std::string & | field_name, | ||
const IOShell::Interface & | interFace ) |
void * anonymous_namespace{io_shell_ts.C}::transfer_field_data_ts | ( | void * | varg | ) |
void anonymous_namespace{io_shell_ts.C}::transfer_fields | ( | const std::vector< T * > & | entities, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role, | ||
const IOShell::Interface & | interFace ) |
void anonymous_namespace{io_shell_ts.C}::transfer_fields | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::Field::RoleType | role, | ||
const std::string & | prefix = "" ) |
void * anonymous_namespace{io_shell_ts.C}::transfer_fields_ts | ( | void * | varg | ) |
void anonymous_namespace{io_shell_ts.C}::transfer_nodeblock | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_nodesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_properties | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge ) |
void anonymous_namespace{io_shell_ts.C}::transfer_qa_info | ( | Ioss::Region & | in, |
Ioss::Region & | out ) |
void anonymous_namespace{io_shell_ts.C}::transfer_sets | ( | const std::vector< T * > & | sets, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transfer_sidesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{io_shell_ts.C}::transform_field_data | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::Field::RoleType | role, | ||
const IOShell::Interface & | interFace ) |
void anonymous_namespace{io_shell_ts.C}::transform_fields | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::Field::RoleType | role ) |
std::string anonymous_namespace{io_shell_ts.C}::codename |
bool anonymous_namespace{io_shell_ts.C}::mem_stats = false |
int anonymous_namespace{io_shell_ts.C}::rank = 0 |
std::string anonymous_namespace{io_shell_ts.C}::version = "4.7" |