Andreas Klöckner
Andreas Klöckner
I'd prefer if you could add the information into a new attribute of `GmshMeshReceiverNumPy` so as to not break existing uses of it, which may assume that each triangle only...
Doesn't crash for me, sorry. My versions are almost exactly the same as yours--Python 2.7.8, numpy 1.9.0rc1.
(To be clear--I tried both orders.) meshpy is very dependent on the x87 floating point control word, and when something messes with that, it can easily get confused. That would...
Did you change the script in your original report?
Doesn't crash for me, sorry. :/
This is more likely to be a bug in Triangle than MeshPy. * If it happens repeatably, the next thing to try would be to write your input to ASCII...
Meshpy uses tetgen 1.5 internally if i recall correctly. Could you try with that?
Thanks for the report. Unfortunately, I'm not able to reproduce your issue. In fact, the meshpy tests pass for me in multiple environments, including Python 3.7 on Github's CI: https://github.com/inducer/meshpy/runs/1033389699...
FYI: Fixed the formatting on your comment. Can you perform this operation using command-line tetgen? If so, how does command-line tetgen do this?
Were you able to investigate how command-line tetgen drives the backend in a way that's different from meshpy?