[Gmsh] lines or points in plane surface

Francisco Gilabert Villegas francisco.gilabert at itc.uji.es
Tue Sep 23 18:40:17 CEST 2008


H¡,

I checked this issue with a Line In a Surface, and it works (v2.2.3, not under v1.65).
However, when I tried to embed a Point In a Surface (using the same "recipe"), 
such point was ignored. What am I doing wrong ?:

//-------------------------------------------
Point(1) = {-0,0.3,0,0.2};
Point(2) = {-0,1.1,0,0.2};
Point(3) = {0.9,1.1,0,0.2};
Point(4) = {0.9,0.3,0,0.2};
Point(5) = {0.3,0.7,0,0.03};
Point(6) = {0.6,0.7,0,0.03};
Point(7) = {0.2,0.4,0,0.03}; // <--- NEW
Line(1) = {1,2};
Line(2) = {2,3};
Line(3) = {3,4};
Line(4) = {4,1};
Line(5) = {5,6};
Line Loop(6) = {3,4,1,2};
Plane Surface(7) = {6};
Line{5} In Surface {7};
Point{7} In Surface {7};  // <--- NEW
//-------------------------------------------



Thank you in advance


Fran



-----Mensaje original-----
De: gmsh-bounces at geuz.org en nombre de Jose Paulo Moitinho de Almeida
Enviado el: lun 15/09/2008 09:50
Para: gmsh at geuz.org
Asunto: Re: [Gmsh] lines or points in plane surface
 
On Monday 15 September 2008, Sebastian Langer wrote:
>...
> 
> Is there a way to add Points or Lines into a Plane Surface without
> creating a Loop for them and these Points/Lines are still connected to
> during the meshing?
>

Is this what you want?

http://www.geuz.org/pipermail/gmsh/2007/002784.html

Regards

ZP

_______________________________________________
gmsh mailing list
gmsh at geuz.org
http://www.geuz.org/mailman/listinfo/gmsh



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20080923/b16a2e74/attachment.html>