v0.2.1
EMDLAB now supports Gmsh, enabling users to generate meshes directly using Gmsh. To use Gmsh, follow these steps:
✅ 1) Install Python.
✅ 2) Install Gmsh -> you can use: pip install gmsh
✅ 3) Set python.exe path in the pyPath.txt file located in "C:\emdlab-win64\geometry\pyPath.txt"
✅ 4) When using the .generateMesh method, use 'gmsh' as input: .generateMesh('gmsh')