<div dir="ltr">Hi GMsh team, <div><br><div>I am using the following setup to create 2D mesh. The program crashes and gets closed unexpectedly. </div><div><br></div><div>If I changed to "MeshSize{ PointsOf{ Surface{1}; } }= 8;" instead of 5. It is OK. Is it a bug? </div><div><br></div><div><br></div><div>//<br>SetFactory("OpenCASCADE");<br><br>General.Terminal=1;<br>General.AbortOnError=3;<br><br>Merge "abc.brep";<br><br>// Assign physical group Q1b<br>Physical Surface("abc") = {1};<br>// set mesh size<br>MeshSize{ PointsOf{ Surface{1}; } }= 5;<br>// set boundary mesh<br>Field[123] = BoundaryLayer;<br>Field[123].CurvesList = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};<br>Field[123].Ratio = 1.1;<br>Field[123].Size = 0.001;<br>Field[123].SizeFar = 1;<br>Field[123].Thickness = 2;<br>BoundaryLayer Field = 123;<br><br><br><br><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Tian</div></div></div></div></div></div></div>