MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.39k stars 302 forks source link

The `normal_mesh` function does not help display tetrahedral elements propertly. #3497

Open Kevin-Mattheus-Moerman opened 9 months ago

Kevin-Mattheus-Moerman commented 9 months ago

As also described over at Tetgen.jl, Makie's normal_mesh function (and/or mesh function) does not help display tetrahedral elements properly. I believe some triangles are skipped. Each tetrahedron should spawn 4 triangular faces to create closed volumes.

tpgillam commented 7 months ago

Skipped triangles sounds similar to #3561, possibly?

Kevin-Mattheus-Moerman commented 5 months ago

@tpgillam I think this is different. I think the faces for the tetrahedral mesh are not correctly treated. I'll respond over at that other issue now too.