[Gmsh] opencascade: union, disregard seams

Nico Schlömer nico.schloemer at gmail.com
Fri Dec 8 16:24:24 CET 2017


Hi everyone,

When combining two domains using an opencascade union, the seams will still
be respected by the mesher. As an example, check out the geometry of a
union of two overlapping circles:
```
SetFactory("OpenCASCADE");
s0 = news;
Disk(s0) = {-5.0, 0.0, 0.0, 10.0};
s1 = news;
Disk(s1) = {5.0, 0.0, 0.0, 10.0};
bo1[] = BooleanUnion{Surface {s0}; Delete;} {Surface {s1}; Delete;};
```
After the meshing process, the outlines of both circles are still
recognizable.

Is it possible to give the mesher the freedom to disregard the outlines?

Cheers,
Nico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://onelab.info/pipermail/gmsh/attachments/20171208/40e2e248/attachment.html>


More information about the gmsh mailing list