<div dir="ltr"><div><div><div><div><div>Dear GMSH developers,<br><br>I used to be able to create quad-dominated meshes, but it seems that something has changed and I can no longer get the 3D recombination algorithm to work.<br><br></div>I've attached my test case, which is a simple cube in STEP file form.<br><br></div>Below is my GMSH script file:<br><br></div>Mesh.CharacteristicLengthFactor=0.5;<br>Mesh.CharacteristicLengthMax = 0.5;<br><br>Merge "UnitCube.stp";<br><br>Mesh.Algorithm = 8;<br>Mesh.Algorithm3D = 8;<br>Mesh.RecombineAll = 1;<br>Mesh.Recombine3DAll = 1;<br>// Mesh.RecombinationAlgorithm = 1;<br><br></div>I run gmsh with:<br><br></div><div>gmsh -3 Cube.geo<br><br></div><div>And get the following output:<br><br>Info    : 866 points 4131 edges and 1728 faces in the initial mesh<br>Info    : Found region 1<br>Info    : 0 points created - Worst tet radius is 4.24264 (PTS removed 0 0)<br>Info    : 3D point insertion terminated (1132 points created):<br>Info    :  - 1 Delaunay cavities modified for star shapeness<br>Info    :  - 0 points could not be inserted<br>Info    :  - 4123 tetrahedra created in 0.024102 sec. (171064 tets/sec.)<br>Info    : RECOMBINATION timing:<br>Info    :  --- CUMULATIVE TIME RECOMBINATION : 0 s.<br>Info    : RECOMBINATION CUMULATIVE STATISTICS:<br>Info    : .... Percentage of hexahedra   (#) : -nan<br>Info    : .... Percentage of hexahedra (Vol) : -nan<br>Info    : Done meshing 3D (0.214348 s)<br><br></div><div>If I just create a 2D surface mesh, everything works fine. Is this a regression, or am I doing something wrong here?<br><br></div><div>Thanks,<br></div><div>John<br></div></div>