creating mesh from geo file in gmsh using matlab?
Mostrar comentarios más antiguos
Hello All,
I am trying to create a mesh file from a geo file that is created by MATLAB. Can I directly call gmsh and do meshing through some command in MATLAB?
I have seen few examples but not so clear. It will be great if someone can help me to do the meshing. I have attached my geo file. Its a txt version.
Thanking you in advance, km
1 comentario
Precise Simulation
el 4 de Jun. de 2020
If the .geo file is valid you should be able to mesh it in Gmsh directly (or use a system call from Matlab like is done in the FEATool toobox).
Respuestas (1)
Jiexian Ma
el 18 de Mzo. de 2025
Editada: Jiexian Ma
el 14 de Jun. de 2026
0 votos
In Im2mesh (an open-source Matlab package), I demostrate how to define 2d geometry in Matlab and then generate mesh with Gmsh.
Categorías
Más información sobre Files and Folders en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!