Closed fredrikekre closed 2 years ago
This wrapper checks whether gmsh is already initialized before calling gmsh.initialize again. In addition, a Julia exit hook is added which calls gmsh.finalize().
Also remove usage and dependency on Reexport.jl.
What do you think about changing gmsh_jll to Gmsh as dependency here? Then things like this can live in Gmsh.jl instead (#24).
gmsh_jll
Gmsh
Yes that would be even better
This wrapper checks whether gmsh is already initialized before calling gmsh.initialize again. In addition, a Julia exit hook is added which calls gmsh.finalize().
Also remove usage and dependency on Reexport.jl.