What algorithm is used by generateMesh function?
古いコメントを表示
Hi all,
I would like to know which triangulation algorithm is used by the generateMesh function included in the Partial Differential Equation Toolbox. Is this algorithm based-on other triangulation algortihms also included in Matlab, such as Delaunay triangulation?
Thank you in advance
1 件のコメント
Luca Ferro
2023 年 1 月 30 日
編集済み: Luca Ferro
2023 年 1 月 30 日
you can try by running:
open generateMesh
this should open generateMesh.m and allow you to see its code, from there you can figure it out.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!