Hi,

Is that what you want?

// --- ex.geo ---

cl = 0.1;
k = 10; // the number of layers

Point(1) = {0, 0, 0, cl};
Point(2) = {1, 0, 0, cl};
Point(3) = {1, 1, 0, cl};
Point(4) = {0, 1, 0, cl};

Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {1, 4};
Line(4) = {4, 3};

Line Loop(21) = {1, 2, -4, -3};
Plane Surface(1) = {21};

vol[] = Extrude {0, 0, 1} { Surface{1}; Layers{k}; };


Best,
Mikhail


On 11/18/2014 07:56 AM, Markus Fornoff wrote:

Hi,
I Would like to have a defined number of Element layers (3d Elements) through in z Direction. :)

Thanks

Am 18.11.2014 14:54 schrieb "Mikhail Artemyev" <[email protected] <mailto:[email protected]>>:

    Hi Markus,

    What is the tetra-layers?

    Best,
    Mikhail

        Hello,

        I'm using your nice gmsh-tool, its very good to handle. But
        I've would like
        to know if there is a way to define a minimum number of
        tetra-layers?


        Thanks.



_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to