|
| bool | FileIO::GMSH::isGMSHMeshFile (const std::string &fname) |
| void | FileIO::GMSH::readNodeIDs (std::ifstream &in, unsigned n_nodes, std::vector< unsigned > &node_ids, std::map< unsigned, unsigned > const &id_map) |
| template<typename ElementType> |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::createElement (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, int const mat_id, std::map< unsigned, unsigned > const &id_map) |
| template<> |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::createElement< MeshLib::Tri > (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, int const mat_id, std::map< unsigned, unsigned > const &id_map) |
| template<> |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::createElement< MeshLib::Tet10 > (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, int const mat_id, std::map< unsigned, unsigned > const &id_map) |
| template<> |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::createElement< MeshLib::Hex20 > (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, int const mat_id, std::map< unsigned, unsigned > const &id_map) |
| template<> |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::createElement< MeshLib::Prism15 > (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, int const mat_id, std::map< unsigned, unsigned > const &id_map) |
| template<> |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::createElement< MeshLib::Pyramid13 > (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, int const mat_id, std::map< unsigned, unsigned > const &id_map) |
| std::pair< MeshLib::Element *, int > | FileIO::GMSH::readElement (std::ifstream &in, std::vector< MeshLib::Node * > const &nodes, std::map< unsigned, unsigned > const &id_map, bool const is_created_with_gmsh2) |
| MeshLib::Mesh * | FileIO::GMSH::readGMSHMesh (std::string const &fname, bool const is_created_with_gmsh2) |