OGS
|
This is the complete list of members for FileIO::TetGenInterface, including all inherited members.
_boundary_markers | FileIO::TetGenInterface | private |
_zero_based_idx | FileIO::TetGenInterface | private |
getNFacets(std::ifstream &input) | FileIO::TetGenInterface | private |
parseElements(std::ifstream &ins, std::vector< MeshLib::Element * > &elements, std::vector< int > &materials, const std::vector< MeshLib::Node * > &nodes, std::size_t n_tets, std::size_t n_nodes_per_tet, bool region_attribute) const | FileIO::TetGenInterface | private |
parseElementsFileHeader(std::string &line, std::size_t &n_tets, std::size_t &n_nodes_per_tet, bool ®ion_attribute) | FileIO::TetGenInterface | privatestatic |
parseNodes(std::ifstream &ins, std::vector< MeshLib::Node * > &nodes, std::size_t n_nodes, std::size_t dim) | FileIO::TetGenInterface | private |
parseNodesFileHeader(std::string const &line, std::size_t &n_nodes, std::size_t &dim, std::size_t &n_attributes, bool &boundary_markers) | FileIO::TetGenInterface | privatestatic |
parseSmeshFacets(std::ifstream &input, std::vector< GeoLib::Surface * > &surfaces, const std::vector< GeoLib::Point * > &points, const std::vector< std::size_t > &pnt_id_map) | FileIO::TetGenInterface | private |
readElementsFromStream(std::ifstream &ins, std::vector< MeshLib::Element * > &elements, std::vector< int > &materials, const std::vector< MeshLib::Node * > &nodes) const | FileIO::TetGenInterface | private |
readNodesFromStream(std::ifstream &ins, std::vector< MeshLib::Node * > &nodes) | FileIO::TetGenInterface | private |
readTetGenGeometry(std::string const &geo_fname, GeoLib::GEOObjects &geo_objects) | FileIO::TetGenInterface | |
readTetGenMesh(std::string const &nodes_fname, std::string const &ele_fname) | FileIO::TetGenInterface | |
TetGenInterface() | FileIO::TetGenInterface | |
write2dElements(std::ofstream &out, const MeshLib::Mesh &mesh) const | FileIO::TetGenInterface | private |
write3dElements(std::ofstream &out, const MeshLib::Mesh &mesh, std::vector< MeshLib::Node > &attribute_points) const | FileIO::TetGenInterface | private |
writeElementToFacets(std::ofstream &out, const MeshLib::Element &element, unsigned &element_count, std::string const &matId) | FileIO::TetGenInterface | privatestatic |
writeTetGenSmesh(const std::string &file_name, const GeoLib::GEOObjects &geo_objects, const std::string &geo_name, const std::vector< GeoLib::Point > &attribute_points) | FileIO::TetGenInterface | static |
writeTetGenSmesh(const std::string &file_name, const MeshLib::Mesh &mesh, std::vector< MeshLib::Node > &attribute_points) const | FileIO::TetGenInterface |