[Gmsh] R: problems (with opencascade?)
Alessandro Vicini
alessandro.vicini at sitael.com
Wed Sep 27 12:19:32 CEST 2017
I'm sure there can be "better" ways to build the same geometry; if you had the time for example to show me how you'd generate the geometry of the case at hand I would be grateful.
In part this is also due to other issues that I found (for example this is the reason why the circles in the geometry were generated by first rotating/translating the points, instead of rotating/translating surfaces).
A.
-----Messaggio originale-----
Da: Christophe Geuzaine [mailto:cgeuzaine at ulg.ac.be]
Inviato: mercoledì 27 settembre 2017 12:06
A: Alessandro Vicini
Cc: gmsh at onelab.info
Oggetto: Re: [Gmsh] problems (with opencascade?)
Your geometry construction seems a bit convoluted... And indeed to create duplicate curves on the boundary of the surfaces.
Quick fix: just "fragment" everything at the end, which will remove the duplicates:
s() = Surface "*";
BooleanFragments{ Surface{s()}; Delete; }{}
>
> A.
>
>
> <Test.geo><Mesh2D.jpg>_______________________________________________
> gmsh mailing list
> gmsh at onelab.info
> http://onelab.info/mailman/listinfo/gmsh
--
Prof. Christophe Geuzaine
University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine
Free software: http://gmsh.info | http://getdp.info | http://onelab.info
More information about the gmsh
mailing list