simbilod / meshwell

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

Faster booleans #26

Closed simbilod closed 1 year ago

simbilod commented 1 year ago

We should optimize the loop of cuts to better leverage the OCC parallelization

HelgeGehring commented 1 year ago

sounds great! the less we loop ourselfs and the more we let OCC do itself, the faster it should get!

https://github.com/simbilod/meshwell/blob/main/meshwell/model.py#L234

simbilod commented 1 year ago

closed as of #31 #30 #29