simbilod / meshwell

GMSH wrapper, with integrated photonics focus
https://simbilod.github.io/meshwell/
GNU General Public License v3.0
20 stars 2 forks source link

Parallelize meshing #7

Closed nikosavola closed 1 year ago

nikosavola commented 1 year ago

Seems the meshing is not currently parallelized. I think this can be done with just gmsh.option.setNumber("General.NumThreads", N). Not sure how parallelized the default algorithms are but should start here.