creating mesh from geo file in gmsh using matlab?

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 commentaire

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).

Connectez-vous pour commenter.

Réponses (1)

Jiexian Ma
Jiexian Ma le 18 Mar 2025
Modifié(e) : Jiexian Ma le 14 Juin 2026 à 0:27

0 votes

In Matlab, you can send the geo file to Gmsh via some operating system command.
In Im2mesh (an open-source Matlab package), I demostrate how to define 2d geometry in Matlab and then generate mesh with Gmsh.
Please check these two examples: demo11 demo12
To run demo, you need to download Im2mesh package and Gmsh sofware.

Catégories

En savoir plus sur Files and Folders dans Centre d'aide et File Exchange

Question posée :

@km
le 13 Nov 2017

Modifié(e) :

le 14 Juin 2026

Community Treasure Hunt

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

Start Hunting!

Translated by