pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

Exchange tetgen versions? #33

Open banesullivan opened 2 years ago

banesullivan commented 2 years ago

Could we perhaps implement a versioning scheme to ship different versions of tetgen cpp with this python lib? The following came up from pygimli:

@carsten-forty2:

we made the experience that from v.1.4.3 until the most recent version, all produce different errors and or results .. so its good to exchange the binaries if something goes wrong

@jokva, would we need to ship the source for each tetgen version or could our CI produce a binary for each version of tetgen that ships without the source?

banesullivan commented 2 years ago

@carsten-forty2, are there specific versions you'd like to see shipped here?

carsten-forty2 commented 2 years ago

I think we still use the last three major releases (https://wias-berlin.de/software/tetgen/relnotes.html): 1.4.3, 1.5.0, 1.6.0

jokva commented 2 years ago

Since you don't modify tetgen (?) it is sufficient to provide a link to the upstream source host.