Skip to content

v0.2.1

Choose a tag to compare

@EMDLAB-Package EMDLAB-Package released this 09 Nov 12:45
· 31 commits to main since this release

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