OGS
GmshReader.h
Go to the documentation of this file.
1
11#include <string>
12
13namespace MeshLib
14{
15class Mesh;
16}
17
18namespace FileIO
19{
20namespace GMSH
21{
27bool isGMSHMeshFile(const std::string& fname);
28
37MeshLib::Mesh* readGMSHMesh(std::string const& fname,
38 bool const is_created_with_gmsh2 = false);
39
40} // end namespace GMSH
41} // end namespace FileIO
MeshLib::Mesh * readGMSHMesh(std::string const &fname, bool const is_created_with_gmsh2)
bool isGMSHMeshFile(const std::string &fname)