[Gmsh] Gmesh question...

Antonio Schreurs tonhoness at gmail.com
Thu Jan 19 02:07:55 CET 2006


Dear Mr. Christophe Geuzaine,

first of all I would like to thank you for sharing your wonderful software.
I have a question about the "transfinite line" command: in the following
code, the dots below the line should be aligned with the "dots" belonging to
the mesh in the line! That's what I should expect, right? Or not?

>From the "reference Manual":
"Progression 2 meaning for example that each line element in the series will
be twice as long as the preceding one"

Point(1) = {0,0,0,1};
Point(2) = {1,0,0,1};
Point(3) = {3,0,0,1};
Point(4) = {7,0,0,1};
Point(5) = {15,0,0,1};

Point(6) = {0,0.2,0,1};
Point(7) = {15,0.2,0,1};
Line(1) = {6,7};
Transfinite Line {1} = 5 Using Progression 2;

Please forgive my english!

Antonio Emilio Schreurs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20060118/e78cda22/attachment.html>