JuliaFEM / Gmsh.jl

Gmsh.jl contains API for Gmsh: a three-dimensional finite element mesh generator. With the help of Gmsh.jl, it is possible add parametric model construction and/or automatic mesh generation to a FEM pipeline.
MIT License
52 stars 13 forks source link

Tests fail #35

Open nickbrady opened 1 month ago

nickbrady commented 1 month ago

test_t1.jl can run without error if

Gmsh.initialize() --> gmsh.initialize() Gmsh.finalize() --> gmsh.finalize()

test_t16.jl fails on line 9 gmsh.model.occ.addBox(0,0,0, 1,1,1, 1) with error: gmshModelOccAddBox returned non-zero error code: 1

this seems to happen for all of the gmsh.model.occ elements

ahojukka5 commented 1 month ago

Could this have something to do with how gmsh_jll is compiled