IOSS 2.0
|
Classes | |
struct | Globals |
Functions | |
void | show_usage (const std::string &prog) |
void | transfer_nodeblock (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_elementblock (Ioss::Region ®ion, Ioss::Region &output_region, bool debug) |
void | transfer_properties (Ioss::GroupingEntity *ige, Ioss::GroupingEntity *oge) |
void | output_normals (Ioss::Region ®ion, Ioss::Region &output_region, bool reverse_normals, double thickness) |
void | calculate_normals (std::vector< double > &node_normal, int num_elem, int num_node_per_elem, std::vector< double > &coord, std::vector< int > &conn, bool reverse_normals) |
void | file_copy (const std::string &inpfile, const std::string &input_type, const std::string &outfile, const std::string &output_type, Globals &globals) |
Variables | |
std::string | codename |
std::string | version = "0.9" |
void anonymous_namespace{shell_to_hex.C}::calculate_normals | ( | std::vector< double > & | node_normal, |
int | num_elem, | ||
int | num_node_per_elem, | ||
std::vector< double > & | coord, | ||
std::vector< int > & | conn, | ||
bool | reverse_normals ) |
void anonymous_namespace{shell_to_hex.C}::file_copy | ( | const std::string & | inpfile, |
const std::string & | input_type, | ||
const std::string & | outfile, | ||
const std::string & | output_type, | ||
Globals & | globals ) |
void anonymous_namespace{shell_to_hex.C}::output_normals | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | reverse_normals, | ||
double | thickness ) |
void anonymous_namespace{shell_to_hex.C}::show_usage | ( | const std::string & | prog | ) |
void anonymous_namespace{shell_to_hex.C}::transfer_elementblock | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{shell_to_hex.C}::transfer_nodeblock | ( | Ioss::Region & | region, |
Ioss::Region & | output_region, | ||
bool | debug ) |
void anonymous_namespace{shell_to_hex.C}::transfer_properties | ( | Ioss::GroupingEntity * | ige, |
Ioss::GroupingEntity * | oge ) |
std::string anonymous_namespace{shell_to_hex.C}::codename |
std::string anonymous_namespace{shell_to_hex.C}::version = "0.9" |