Dear Mr. Christophe Geuzaine,<br>
<br>
first of all I would like to thank you for sharing your wonderful software.<br>
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?<br>
<br>
>From the "reference Manual":<br>
"Progression 2 meaning for example that each line element in the series will be twice as long as the preceding one"<br>
<span style="font-family: courier new,monospace;"></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(1) = {0,0,0,1};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(2) = {1,0,0,1};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(3) = {3,0,0,1};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(4) = {7,0,0,1};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(5) = {15,0,0,1};</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(6) = {0,0.2,0,1};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Point(7) = {15,0.2,0,1};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Line(1) = {6,7};</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Transfinite Line {1} = 5 Using Progression 2;</span><br style="font-family: courier new,monospace;">
<br>
Please forgive my english!<br>
<br>
Antonio Emilio Schreurs<br>