Skip to content

Commit

Permalink
Merge pull request #22 from HelgeGehring/occparallel
Browse files Browse the repository at this point in the history
OCCParallel
  • Loading branch information
simbilod authored Aug 13, 2023
2 parents db05b1f + 1afd8c9 commit 1c7cd78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshwell/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __init__(
gmsh.option.setNumber("Mesh.MaxNumThreads1D", n_threads)
gmsh.option.setNumber("Mesh.MaxNumThreads2D", n_threads)
gmsh.option.setNumber("Mesh.MaxNumThreads3D", n_threads)
gmsh.option.setNumber("Geometry.OCCParallel", n_threads>1)

# Point snapping
self.point_tolerance = point_tolerance
Expand Down

0 comments on commit 1c7cd78

Please sign in to comment.