martemyev / tethex

Conversion from tetrahedra (triangles) to hexahedra (quadrangles)
MIT License
53 stars 22 forks source link

tetrahedra (triangles) to hexahedra (quadrangles) #7

Open WangYiKang0 opened 10 months ago

WangYiKang0 commented 10 months ago

Hello,

I opened an STL model file with only points and surfaces with gmsh, and discretized the tetrahedral mesh with gmsh, and then converted it to a hexahedron with tethex is wrong.

Thanks a lot. 用tethex程序将心脏模型从四面体优化为六面体 MSH.zip

martemyev commented 10 months ago

Hi WangYiKang0, unfortunately I am no longer actively maintaining this code, so I can't say for sure what's wrong, but my guess would be that STL model does not follow the same format/structure as the files generated from a Gmsh geometry (.geo), and therefore the code is not able to find the necessary information (like mapping between lines, faces, etc).

WangYiKang0 commented 10 months ago

您的邮件已收到