<div>I find that passing -optimize_lloyd on the command-line stops a 'Recombine Surface' command in the .geo file from producing quadrilateral elements.  Is that expected?<br></div><div><br></div><div>A minimal example to quad-mesh a rectangle:<br></div><div><br></div><div>%<-- quad.geo<br></div><div>    Include "t1.geo";<br></div><div>    Recombine Surface{1};<br></div><div>-->%<br></div><div><br></div><div>Called with "gmsh -2", this produces quadrilaterals, but appending "-optimize_lloyd 1" gives triangles.<br></div><div><br></div>