OGS
GmshReader.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#include <string>
5
6namespace MeshLib
7{
8class Mesh;
9}
10
11namespace FileIO
12{
13namespace GMSH
14{
20bool isGMSHMeshFile(const std::string& fname);
21
30MeshLib::Mesh* readGMSHMesh(std::string const& fname,
31 bool const is_created_with_gmsh2 = false);
32
33} // end namespace GMSH
34} // end namespace FileIO
MeshLib::Mesh * readGMSHMesh(std::string const &fname, bool const is_created_with_gmsh2)
bool isGMSHMeshFile(const std::string &fname)