[Gmsh] Problem with surface loop
Christophe Geuzaine
cgeuzaine at uliege.be
Tue Jan 29 15:01:38 CET 2019
> On 29 Jan 2019, at 09:48, Alessandro Vicini <alessandro.vicini at sitael.com> wrote:
>
>
> In the attached geo file gmsh does not see the surface as a closed volume (as it should be)... why? Thank you.
>
The interactive selection algorithm did not yet support degenerated curves. You can define the volume by hand as follows:
Surface Loop(100) = Surface{:};
Volume(100) = 100;
Physical Volume("Volume", 1100) = {100};
(I've patched the algorithm in Git - the modification will be in the next release.)
> Alessandro
>
> <HT20K_NearField.geo>_______________________________________________
> 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
More information about the gmsh
mailing list