IOSS 2.0
|
Typedefs | |
template<typename INT > | |
using | front_t = std::vector<std::pair<INT, int>> |
using | connectivity_t = std::vector<std::array<const Ioss::Face *, 6>> |
Functions | |
int | hex_opposite_side (int side) |
Ioss::NameList | get_adjacent_blocks (Ioss::Region ®ion, const std::string &surface_list) |
template<typename INT > | |
void | get_line_front (Ioss::SideSet *fs, const Ioss::ElementBlock *block, Ioss::chain_t< INT > &element_chains, front_t< INT > &front) |
template<typename INT > | |
front_t< INT > | get_line_front (Ioss::Region ®ion, const Ioss::ElementBlock *block, Ioss::chain_t< INT > &element_chains, const std::string &surface_list) |
void | generate_face_connectivity (const Ioss::FaceUnorderedSet &faces, int offset, connectivity_t &face_connectivity) |
Variables | |
int | debug = 0 |
using anonymous_namespace{Ioss_ChainGenerator.C}::connectivity_t = std::vector<std::array<const Ioss::Face *, 6>> |
using anonymous_namespace{Ioss_ChainGenerator.C}::front_t = std::vector<std::pair<INT, int>> |
void anonymous_namespace{Ioss_ChainGenerator.C}::generate_face_connectivity | ( | const Ioss::FaceUnorderedSet & | faces, |
int | offset, | ||
connectivity_t & | face_connectivity ) |
Ioss::NameList anonymous_namespace{Ioss_ChainGenerator.C}::get_adjacent_blocks | ( | Ioss::Region & | region, |
const std::string & | surface_list ) |
front_t< INT > anonymous_namespace{Ioss_ChainGenerator.C}::get_line_front | ( | Ioss::Region & | region, |
const Ioss::ElementBlock * | block, | ||
Ioss::chain_t< INT > & | element_chains, | ||
const std::string & | surface_list ) |
void anonymous_namespace{Ioss_ChainGenerator.C}::get_line_front | ( | Ioss::SideSet * | fs, |
const Ioss::ElementBlock * | block, | ||
Ioss::chain_t< INT > & | element_chains, | ||
front_t< INT > & | front ) |
int anonymous_namespace{Ioss_ChainGenerator.C}::hex_opposite_side | ( | int | side | ) |
int anonymous_namespace{Ioss_ChainGenerator.C}::debug = 0 |