Skip to content
New issue

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

troubles in running occ functions #20

Closed
avigliotti opened this issue Jul 20, 2021 · 2 comments
Closed

troubles in running occ functions #20

avigliotti opened this issue Jul 20, 2021 · 2 comments

Comments

@avigliotti
Copy link

Hi,

I am having troubles using occ functions, for example I was trying to run the example t16 from here t16.jl but I got this error

import Gmsh: gmsh
gmsh.initialize()
gmsh.model.add("t16")
gmsh.model.occ.addBox(0,0,0, 1,1,1, 1)

gmshModelOccAddBox returned non-zero error code: 1

could you please help me finding out what am I doing wrong here?

many thanks,
Andrea

@avigliotti
Copy link
Author

avigliotti commented Jul 31, 2021

i downloaded libgmsh.so.4.8.4 from https://gmsh.info/bin/ and replaced libgmsh.so.4.4.1 in eps/usr/lib, that fixed the access to occ functions.

However there is still something not working as if I try to open the gui gmsh.fltk.run() it crashes

Andrea

@koehlerson
Copy link
Collaborator

Works now with the new gmsh_jll version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants