Merge the four faces belonging to a tetrahedron
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Chenglin Li
am 23 Mär. 2023
Bearbeitet: Matt J
am 28 Mär. 2023
Hi,I have the element information of a mesh


but the mesh is too sparse. I extract all the faces of the mesh element and apply loop refinement for encryption

loop refinement extracts the midpoint of each face and generates a new triangle

but only generates a three-dimensional matrix

How do I merge the faces of a three-dimensional matrix into a new tetrahedron by index?
0 Kommentare
Akzeptierte Antwort
Matt J
am 23 Mär. 2023
Bearbeitet: Matt J
am 23 Mär. 2023
The process you've described doesn't uniquely determine what the new tetrahedron decomposition should be. However, you could use delaunayn on your augmented list of vertices (the original vertices plus the new ones) to generate one possible decomposition.
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spatial Search finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!