We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_t1.jl can run without error if
test_t1.jl
Gmsh.initialize() --> gmsh.initialize() Gmsh.finalize() --> gmsh.finalize()
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
test_t16.jl
gmsh.model.occ.addBox(0,0,0, 1,1,1, 1)
gmshModelOccAddBox returned non-zero error code: 1
this seems to happen for all of the gmsh.model.occ elements
gmsh.model.occ
The text was updated successfully, but these errors were encountered:
Could this have something to do with how gmsh_jll is compiled
Sorry, something went wrong.
No branches or pull requests
test_t1.jl
can run without error ifGmsh.initialize()
-->gmsh.initialize()
Gmsh.finalize()
-->gmsh.finalize()
test_t16.jl
fails on line 9gmsh.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
elementsThe text was updated successfully, but these errors were encountered: