14#include "oiseau/mesh/cell.hpp"
15#include "oiseau/mesh/mesh.hpp"
17namespace oiseau::io::detail {
18oiseau::mesh::CellType gmsh_celltype_to_oiseau_celltype(
const std::size_t s);
22oiseau::mesh::Mesh gmsh_read_from_path(
const std::filesystem::path& path);
23oiseau::mesh::Mesh gmsh_read_from_string(
const std::string&);
24oiseau::mesh::Mesh gmsh_read_from_stream(std::istream& f_handler);
25void gmsh_write(
const std::string& filename,
const oiseau::mesh::Mesh& mesh);