meshpro / dmsh

:spider_web: Simple mesh generator inspired by distmesh.
GNU General Public License v3.0
210 stars 25 forks source link

Creating geoms with multiple holes #40

Closed Eslsamu closed 4 years ago

Eslsamu commented 4 years ago

Hi there Right now there are an issue when taking a .Difference of a .Difference. I am using your generator for my project (my bachelors thesis actually) and I need geoms with multiple holes. I will try to fix that, but I first gotta go through your code.

PS: Your repos on meshing are very good and helpful. Thanks a lot!

nschloe commented 4 years ago

Try difference of the domain and the union of holes.

Eslsamu commented 4 years ago

That works, thank you.