"Collett, Hugh E" <h.collett19(a)imperial.ac.uk> writes:
> Sorry to bother you again, I don't know if there is a better platform
> to ask you about the mesh generator, but thank you very much in
> advance if you could help.
There is:
https://lists.tiker.net/postorius/lists/meshpy.tiker.net/
Please keep the list cc'd for archival, which requires you to be subscribed.
> I did delaunay 3d triangulation in paraview to give me facets and
> input these facets into your code, but I'm getting the kernel dying in
> jupyter. If you could take a look at my code below please I would be
> very grateful!
Running this code gives:
Error: Invalid PLC.
Two segments (6, 13) and (10, 11) intersect.
free(): double free detected in tcache 2
[1] 139762 abort (core dumped) PYOPENCL_TEST=port python x.py
This suggests your input is invalid.
You also don't need Vtk to compute the Delaunay triangulation. TetGen
(via meshpy) can do thsi:
http://wias-berlin.de/software/tetgen/features.html
Andreas