<div dir="ltr"><div>Hi I have this Gmsh input and I want to perform a structured mesh but I have an <br>error :<br><br>Error   : Surface 6 cannot be meshed using the transfinite algo<br><br>Why ?<br><br>This is my .geo<br><br>lc=0.5;<br>r = 0.5;<br><br>Point(1) = {-lc,-lc,-lc,0.1};<br>Point(2) = {lc,-lc,-lc,0.1};<br>Point(3) = {-lc, lc,-lc,0.1};<br>Point(4) = {-lc  , -lc+r ,-lc,0.1};<br>Point(5) = {-lc+r ,-lc   ,-lc,0.1};<br><br>Line(1) = {4, 3};<br>Line(2) = {3, 2};<br>Line(3) = {2, 5};<br>Circle(4) = {4, 1, 5};<br>Transfinite Line {4, 2} = 10 Using Progression 1;<br>Transfinite Line {1, 3} = 10 Using Progression 1;<br>Line Loop(5) = {1, 2, 3, -4};<br>Plane Surface(6) = {5};<br>Transfinite Surface {6};<br><br></div>Thank you, Guido.<br></div>