meshpro / pygalmesh

:spider_web: A Python interface to CGAL's meshing tools
GNU General Public License v3.0
597 stars 57 forks source link

Conda (W10) error due meshing - TIME_LIMIT_REACHED #128

Closed jakisnicknagh closed 3 years ago

jakisnicknagh commented 3 years ago

Hi, I start learning with pygalmesh, but no matter what example(2D/3D) i use, a reach this error:

_Exuding return code: TIME_LIMITREACHED

I'm working with W10ProN/Anaconda Env/VS Code. Dual Xeon 2x6c/96GB RAM [HP Workstation]

My pygalmesh version is 0.7.2, due to problems with pip install newest version ( was pointed here, to use previous release in conda install, also I take examples from 0.7.2 release info)

I'll be grateful if we could find solution for this :)

regards, Grzegorz

ConnorM17 commented 3 years ago

I've just started using this repo but I think that means it has "finished" the exuding step. With the created mesh you can call;

mesh.write("filename.vtk")

and then open it (I used paraview on Ubuntu) to view the created mesh.

jakisnicknagh commented 3 years ago

After a few minutes, VTK file shows in folder , so i guess its end this case.

(i got lot of problem with installing pygalmesh on WSl2 Ubuntu 18, but its another story)

Thanks