Ferrite-FEM / FerriteGmsh.jl

MIT License
15 stars 7 forks source link

Add wrapper around gmsh.initialize #17

Closed fredrikekre closed 2 years ago

fredrikekre commented 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.

fredrikekre commented 2 years ago

What do you think about changing gmsh_jll to Gmsh as dependency here? Then things like this can live in Gmsh.jl instead (#24).

koehlerson commented 2 years ago

Yes that would be even better

fredrikekre commented 2 years ago

Yes that would be even better

18