[Gmsh] Problem with extrusion

Philippe Lussou plussou at necs.fr
Sat Oct 25 10:54:08 CEST 2003



In this case, both geometrical and physical surface have number 5.
So, my question is : how to extrude a surface that I have obtained by a
line extrusion ?


On Fri, 24 Oct 2003, Philippe Lussou wrote:

>
> lc = 0.1;
>
> Point(1)={0.0,0.0,0.0,lc};
> Point(2)={1.0,0.0,0.0,lc};
>
> Line(1)={1,2};
>
> Extrude Line { 1, {0,0.1,0.0} }
>  { Layers { 10, 10, 1 };
>  Recombine;
> };
>
> // The above command should number the new surface 10,
> // however in practice the new surface number is 5.
> // Is this a bug? or am I doing something wrong?
>
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
>