<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>[Gmsh] lines or points in plane surface</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>H¡,<BR>
<BR>
I checked this issue with a Line In a Surface, and it works (v2.2.3, not under v1.65).<BR>
However, when I tried to embed a Point In a Surface (using the same "recipe"),<BR>
such point was ignored. What am I doing wrong ?:<BR>
<BR>
//-------------------------------------------<BR>
Point(1) = {-0,0.3,0,0.2};<BR>
Point(2) = {-0,1.1,0,0.2};<BR>
Point(3) = {0.9,1.1,0,0.2};<BR>
Point(4) = {0.9,0.3,0,0.2};<BR>
Point(5) = {0.3,0.7,0,0.03};<BR>
Point(6) = {0.6,0.7,0,0.03};<BR>
Point(7) = {0.2,0.4,0,0.03}; // <--- NEW<BR>
Line(1) = {1,2};<BR>
Line(2) = {2,3};<BR>
Line(3) = {3,4};<BR>
Line(4) = {4,1};<BR>
Line(5) = {5,6};<BR>
Line Loop(6) = {3,4,1,2};<BR>
Plane Surface(7) = {6};<BR>
Line{5} In Surface {7};<BR>
Point{7} In Surface {7};  // <--- NEW<BR>
//-------------------------------------------<BR>
<BR>
<BR>
<BR>
Thank you in advance<BR>
<BR>
<BR>
Fran<BR>
<BR>
<BR>
<BR>
-----Mensaje original-----<BR>
De: gmsh-bounces@geuz.org en nombre de Jose Paulo Moitinho de Almeida<BR>
Enviado el: lun 15/09/2008 09:50<BR>
Para: gmsh@geuz.org<BR>
Asunto: Re: [Gmsh] lines or points in plane surface<BR>
<BR>
On Monday 15 September 2008, Sebastian Langer wrote:<BR>
>...<BR>
><BR>
> Is there a way to add Points or Lines into a Plane Surface without<BR>
> creating a Loop for them and these Points/Lines are still connected to<BR>
> during the meshing?<BR>
><BR>
<BR>
Is this what you want?<BR>
<BR>
<A HREF="http://www.geuz.org/pipermail/gmsh/2007/002784.html">http://www.geuz.org/pipermail/gmsh/2007/002784.html</A><BR>
<BR>
Regards<BR>
<BR>
ZP<BR>
<BR>
_______________________________________________<BR>
gmsh mailing list<BR>
gmsh@geuz.org<BR>
<A HREF="http://www.geuz.org/mailman/listinfo/gmsh">http://www.geuz.org/mailman/listinfo/gmsh</A><BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>