You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi~ thanks for sharing your work
However , I meet some trouble when trying with my mesh
The mesh input I used is a multi-layered geologic body, as shown in the image below, which has five layers in total, stacked like a hamburger (meaning five materials from top to bottom, shareing four inner surface).
for surface outside, I adjust the normal to point the outside domain,
for shareing surface inside, I adjust the normal to point the mesh center reversed
as shown in the image below
The problem is, there is some tet is missing inside my input mesh and some pop outside my input mesh,as shown in the image below(green are my input mesh edge and blue are output mesh edge)
the command I use is "FloatTetwild_bin.exe --input domain_merge.off --output domain_merge_out.mesh"
I also attach my input file here for debug purpose if someone need! download link
The text was updated successfully, but these errors were encountered:
After a few days of study, I found a problem related to the "winding number".
The reason for the missing tet is the threshold of the "winding number" (default is 0.5), and if the "winding number" of the tet's barycenter is less than the threshold, this tet will be removed!
The reason for the wrong external tet is that the "winding number" of the external points may be positive when the mesh has inner surfaces! (winding number of inner surfaces cannot be counteracted! also see Jacobson's paper "Robust Inside-Outside Segmentation Using Generalized Winding Numbers" figure 8 middle)
show as figure
I think for multi-material mesh, the calculation of the "winding number" should be careful! Rather than using a threshold rudely
hi~ thanks for sharing your work
However , I meet some trouble when trying with my mesh
The mesh input I used is a multi-layered geologic body, as shown in the image below, which has five layers in total, stacked like a hamburger (meaning five materials from top to bottom, shareing four inner surface).
for surface outside, I adjust the normal to point the outside domain,
for shareing surface inside, I adjust the normal to point the mesh center reversed
as shown in the image below
The problem is, there is some tet is missing inside my input mesh and some pop outside my input mesh,as shown in the image below(green are my input mesh edge and blue are output mesh edge)
the command I use is "FloatTetwild_bin.exe --input domain_merge.off --output domain_merge_out.mesh"
I also attach my input file here for debug purpose if someone need!
download link
The text was updated successfully, but these errors were encountered: