<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    You mean - is there a way to do what is written in the presented
    .geo file using GUI? I'm sure there should be a way. But why?<br>
    And, please, copy the messages to the Gmsh list to let other people
    participate :)<br>
    <br>
    Best regards,<br>
    Mikhail<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/18/2014 11:52 AM, Markus Fornoff
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFA9_eARKkn0jMd1mRgdR0AwEk0v5NgAn-KtYEhs1Sd_f9V8SA@mail.gmail.com"
      type="cite">
      <p dir="ltr">Hi,</p>
      <p dir="ltr">I have to test it  but IT looks  good  :) this time I
        just Used  the  gui for mesh ing. Is there also a way  to
        define  the number of layers? <br>
      </p>
      <p dir="ltr">Thanks<br>
        Markus</p>
      <div class="gmail_quote">Am 18.11.2014 15:21 schrieb "Mikhail
        Artemyev" <<a moz-do-not-send="true"
          href="mailto:artemiev.mikhail@gmail.com">artemiev.mikhail@gmail.com</a>>:<br
          type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div text="#000000" bgcolor="#FFFFFF"> Hi,<br>
            <br>
            Is that what you want?<br>
            <br>
            // --- ex.geo ---<br>
            <br>
            cl = 0.1;
            <br>
            k = 10;   
            // the number of layers<br>
             <br>
            Point(1) = {0, 0, 0, cl};
            <br>
            Point(2) = {1, 0, 0, cl};
            <br>
            Point(3) = {1, 1, 0, cl};
            <br>
            Point(4) = {0, 1, 0, cl};
            <br>
             <br>
            Line(1) = {1, 2};
            <br>
            Line(2) = {2, 3};
            <br>
            Line(3) = {1, 4};
            <br>
            Line(4) = {4, 3};
            <br>
             <br>
            Line Loop(21) = {1, 2, -4, -3};
            <br>
            Plane Surface(1) = {21};
            <br>
             <br>
            vol[] = Extrude {0, 0, 1} { Surface{1}; Layers{k}; };
            <br>
            <br>
            <br>
            Best,<br>
            Mikhail<br>
            <br>
            <br>
            <div>On 11/18/2014 07:56 AM, Markus Fornoff wrote:<br>
            </div>
            <blockquote type="cite">
              <p dir="ltr">Hi,<br>
                I Would  like  to have  a defined  number  of Element
                layers  (3d Elements) through  in z Direction. :)</p>
              <p dir="ltr">Thanks </p>
              <div class="gmail_quote">Am 18.11.2014 14:54 schrieb
                "Mikhail Artemyev" <<a moz-do-not-send="true"
                  href="mailto:artemiev.mikhail@gmail.com"
                  target="_blank">artemiev.mikhail@gmail.com</a>>:<br
                  type="attribution">
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi
                  Markus,<br>
                  <br>
                  What is the tetra-layers?<br>
                  <br>
                  Best,<br>
                  Mikhail<br>
                  <br>
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    Hello,<br>
                    <br>
                    I'm using your nice gmsh-tool, its very good to
                    handle. But I've would like<br>
                    to know if there is a way to define a minimum number
                    of tetra-layers?<br>
                    <br>
                    <br>
                    Thanks.<br>
                  </blockquote>
                  <br>
                </blockquote>
              </div>
            </blockquote>
            <br>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>