Effacer les filtres
Effacer les filtres

What algorithm is used by generateMesh function?

4 vues (au cours des 30 derniers jours)
Borja Imaz-Lueje
Borja Imaz-Lueje le 30 Jan 2023
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 commentaire
Luca Ferro
Luca Ferro le 30 Jan 2023
Modifié(e) : Luca Ferro le 30 Jan 2023
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.

Connectez-vous pour commenter.

Réponse acceptée

Tushar Behera
Tushar Behera le 30 Jan 2023
Hi Borja,
I believe you want to know the algorithm implemented on which "generateMesh " works in Partial Differential Equation Toolbox.
A 2D triangulation procedure is used by the generateMesh function in the Partial Differential Equation (PDE) Toolbox to create a triangular mesh for a specified geometric region.
A modified version of the Delaunay triangulation algorithm is used by the generateMesh function in the PDE Toolbox to account for extra constraints such boundaries and regions with varied mesh density needs.
I hope this solves your query.
Regards,
Tushar
  1 commentaire
Borja Imaz-Lueje
Borja Imaz-Lueje le 30 Jan 2023
Hi Tushar,
Thank you very much for the response, this helps me a lot.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by