IOSS 2.0
|
Functions | |
void | show_step (int istep, double time) |
void | transfer_nodal (const Ioss::Region ®ion, Ioss::Region &output_region) |
void | transfer_connectivity (Ioss::Region ®ion, Ioss::Region &output_region) |
void | output_sidesets (Ioss::Region ®ion, Ioss::Region &output_region) |
void | transfer_nodeblock (Ioss::Region ®ion, Ioss::Region &output_region) |
void | transfer_elementblocks (Ioss::Region ®ion, Ioss::Region &output_region) |
void | transfer_sidesets (Ioss::Region ®ion, Ioss::Region &output_region) |
void | create_unstructured (const std::string &inpfile, const std::string &outfile) |
void | transfer_sb_fields (const Ioss::Region ®ion, Ioss::Region &output_region, Ioss::Field::RoleType role) |
void | transfer_nb_fields (const Ioss::Region ®ion, Ioss::Region &output_region, Ioss::Field::RoleType role) |
template<typename T > | |
void | transfer_fields (const std::vector< T * > &entities, Ioss::Region &output_region, Ioss::Field::RoleType role) |
void | transfer_fields (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge, Ioss::Field::RoleType role) |
void | transfer_sb_field_data (const Ioss::Region ®ion, Ioss::Region &output_region, Ioss::Field::RoleType role) |
void | transfer_nb_field_data (const Ioss::Region ®ion, Ioss::Region &output_region, Ioss::Field::RoleType role) |
void | transfer_coord (std::vector< double > &to, std::vector< double > &from, std::vector< size_t > &node_id_list) |
Variables | |
int | rank = 0 |
std::string | codename |
std::string | version = "5.01" |
void anonymous_namespace{struc_to_unstruc.C}::create_unstructured | ( | const std::string & | inpfile, |
const std::string & | outfile ) |
void anonymous_namespace{struc_to_unstruc.C}::output_sidesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region ) |
void anonymous_namespace{struc_to_unstruc.C}::show_step | ( | int | istep, |
double | time ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_connectivity | ( | Ioss::Region & | region, |
Ioss::Region & | output_region ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_coord | ( | std::vector< double > & | to, |
std::vector< double > & | from, | ||
std::vector< size_t > & | node_id_list ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_elementblocks | ( | Ioss::Region & | region, |
Ioss::Region & | output_region ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_fields | ( | const std::vector< T * > & | entities, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_fields | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge, | ||
Ioss::Field::RoleType | role ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_nb_field_data | ( | const Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_nb_fields | ( | const Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_nodal | ( | const Ioss::Region & | region, |
Ioss::Region & | output_region ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_nodeblock | ( | Ioss::Region & | region, |
Ioss::Region & | output_region ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_sb_field_data | ( | const Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_sb_fields | ( | const Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
Ioss::Field::RoleType | role ) |
void anonymous_namespace{struc_to_unstruc.C}::transfer_sidesets | ( | Ioss::Region & | region, |
Ioss::Region & | output_region ) |
std::string anonymous_namespace{struc_to_unstruc.C}::codename |
int anonymous_namespace{struc_to_unstruc.C}::rank = 0 |
std::string anonymous_namespace{struc_to_unstruc.C}::version = "5.01" |