koehlerson / gmsh.jl

Julia interface for Gmsh: a three-dimensional finite element mesh generator software
https://gmsh.info/
MIT License
4 stars 1 forks source link

error with occ engine #2

Open avigliotti opened 2 years ago

avigliotti commented 2 years ago

Hi thanks for sharing the package,

I tried to use occ CAD engine and I got this error,

Error   : Gmsh requires OpenCASCADE to add vertex

Gmsh requires OpenCASCADE to add vertex

can I ask how to fix it?

koehlerson commented 2 years ago

gmsh.jl contains the libgmsh.so/gmsh.dll artifact and Julia API gmsh.jl for Gmsh: a three-dimensional finite element mesh generator. Currently, only the built-in geometry kernel is supported in gmsh_jll.jl.

gmsh.jl provided library files don't support the OpenCASCADE geometry kernel. If you still want to use the package, you can override the library files of gmsh_jll.jl, described here:

https://docs.binarybuilder.org/dev/building/#Overriding-a-prebuilt-JLL-package's-binaries