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

tetgen mesh size function #40

Open ihsienlee opened 2 years ago

ihsienlee commented 2 years ago

Hello everyone. There is a command in mesh refinement in the Tetgen. The command is "-m" that applies a mesh sizing function. https://wias-berlin.de/software/tetgen/1.5/doc/manual/manual005.html#cmd-m

Thn command will read .mtr file that assigns a mesh sizing function defined on the nodes. https://wias-berlin.de/software/tetgen/1.5/doc/manual/manual006.html#ff_mtr

Please help me to do this. How does pytetgen use mesh size function?

Thank you very mush. IH Lee