フィルターのクリア

Merge the four faces belonging to a tetrahedron

2 ビュー (過去 30 日間)
Chenglin Li
Chenglin Li 2023 年 3 月 23 日
編集済み: Matt J 2023 年 3 月 28 日
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?

採用された回答

Matt J
Matt J 2023 年 3 月 23 日
編集済み: Matt J 2023 年 3 月 23 日
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 件のコメント
Chenglin Li
Chenglin Li 2023 年 3 月 28 日
But now that I've refined the tetrahedron and generated the new triangle, do I need this function?
Matt J
Matt J 2023 年 3 月 28 日
編集済み: Matt J 2023 年 3 月 28 日
You've added new vertices, but the vertex connection list has not been revised to form new, smaller tetrahedrons. delaunayn will do that.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by