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!