<div dir="ltr"><div dir="ltr"><div>Dear all,</div><div><br></div><div>I have a problem when trying to mesh planar structured surfaces.  Although points seem to be uniformly placed on a transfinite surface, they move a bit when recombining the mesh to change triangles to quadrilateral cells.</div><div><br></div><div>Here is a simple script which demonstrates it:</div><div><br></div><div><span style="color:rgb(0,0,255)"><span style="background-color:rgb(255,255,255)"><span style="font-family:monospace">// Define points<br>Point(1) = {0.0,  0.0,  0.0};<br>Point(2) = {0.5,  0.0,  0.0};<br>Point(3) = {0.0,  0.5,  0.0};<br>Point(4) = {0.7,  0.0,  0.0};<br>Point(5) = {0.0,  0.7,  0.0};<br><br>// Define connectors from points ...<br>Line  (1) = {2, 4};<br>Circle(2) = {4, 1, 5};<br>Line  (3) = {5, 3};<br>Circle(4) = {3, 1, 2};<br><br>// ... and set them as transfinite<br>Transfinite Curve {1, 2, 3, 4} = 11 Using Progression 1;<br><br>// Define surface ...<br>Curve Loop(1) = {1, 2, 3, 4};  Plane Surface(1) = {1};<br><br>// ... and set it as transfinite too<br>Transfinite Surface {1};</span></span></span></div><div><br></div><div>So, as I said, generating a 2D mesh over the surface places points properly, but command recombine moves them a bit :-/  Is there a way to prevent these movements of points?</div><div><br></div><div>I am also attaching a screenshot of a mesh before and after recombination, to illustrate my problem better.  <br></div><div><br></div><div>    Best regards,</div><div><br></div><div>    Bojan</div><div><br></div><div>P.S.  I am not sure if attachments go to the mailing list, I've never used a mailing list before.<br></div><div><br></div></div></div>