<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Vladislav,<br>
    <br>
    Try adding this at the end of your geo file:<br>
    n1 = 40 ;<br>
    n2 = 15 ;<br>
    n3 = 5 ;<br>
    Transfinite Line{1,3} = n1 ;<br>
    Transfinite Line{2} = n2 ;<br>
    Transfinite Line{4} = n2-n3+1 ;<br>
    Transfinite Line{5} = n3 ;<br>
    Transfinite Surface{7} = {7,3,4,1};<br>
    Recombine Surface {7} ;<br>
    Mesh.Smoothing = 10;<br>
    <br>
    For better understanding, have a look at tutorial 6:<br>
    <a class="moz-txt-link-freetext" href="http://geuz.org/gmsh/doc/texinfo/gmsh.html#t6_002egeo">http://geuz.org/gmsh/doc/texinfo/gmsh.html#t6_002egeo</a><br>
    <br>
    Regards,<br>
    Ruth<br>
    <br>
    <br>
    <br>
    <br>
    On 20/09/11 21:02, Владислав Балашов wrote:
    <blockquote
cite="mid:CAB9nQcm3bOXaUhHPjfp+vRgPBR7cc7VPR18O3-Fsjo3aneHDwQ@mail.gmail.com"
      type="cite">Hello! <br>
      I need to build structured mesh in folowing domain (my geo-file):<br>
      <br>
      <br>
      Point(1) = {0, 0, 0, 1.0};<br>
      Point(2) = {0, 1, 0, 1.0};<br>
      Point(3) = {2, 1, 0, 1.0};<br>
      Point(4) = {2, 0, 0, 1.0};<br>
      Point(5) = {0, 0.25, 0, 1.0};<br>
      Point(6) = {0, 0.75, 0, 1.0};<br>
      Point(7) = {0.25, 1, 0, 1.0};<br>
      Delete {<br>
        Point{5};<br>
      }<br>
      Line(1) = {7, 3};<br>
      Line(2) = {3, 4};<br>
      Line(3) = {4, 1};<br>
      Line(4) = {1, 6};<br>
      Circle(5) = {6, 2, 7};<br>
      Line Loop(6) = {1, 2, 3, 4, 5};<br>
      Plane Surface(7) = {6};<br>
      <br>
      <br>
      but i can't find any manuals how to do it. Can you help me,
      please?<br>
      Thank you very much!<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gmsh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gmsh@geuz.org">gmsh@geuz.org</a>
<a class="moz-txt-link-freetext" href="http://www.geuz.org/mailman/listinfo/gmsh">http://www.geuz.org/mailman/listinfo/gmsh</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Dr. Ir. Ruth V. Sabariego
University of Liege, Dept. of Electrical Engineering & Computer Science, 
Applied & Computational Electromagnetics (ACE),
phone: +32-4-3663737 - fax: +32-4-3662910 - <a class="moz-txt-link-freetext" href="http://ace.montefiore.ulg.ac.be/">http://ace.montefiore.ulg.ac.be/</a>
</pre>
  </body>
</html>