pyvista / tetgen

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

Support for mesh sizing functions #59

Open dionhaefner opened 1 year ago

dionhaefner commented 1 year ago

Right now, tetgen does not expose advanced attributes of the tetgenio class like pointmarkerlist and tetrahedronattributelist. This makes it impossible to use mesh sizing functions that rely on this additional information (see #40).

Would you be open to reviewing a PR that adds this functionality?

akaszynski commented 1 year ago

Absolutely. I look forward to it.