<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear all,</p>
<p><br>
</p>
<p>I am new to GMSH but have searched around helps for a few hours with no luck to solve my problem. Could you please help?</p>
<p><br>
</p>
<p>I have a simple surface. I'd like to mesh it with a uniform mesh (structured or unstructured are both fine), but with a specified number of grid cells. Could I do it with GMSH?</p>
<p><br>
</p>
<p>Below is my .geo file:</p>
<p><br>
</p>
<p></p>
<div>Point(1) = {0, 0, 0, 1e+22};</div>
<div>Point(2) = {2, 0, 0, 1e+22};</div>
<div>Point(3) = {2, 5, 0, 1e+22};</div>
<div>Point(4) = {0, 5, 0, 1e+22};</div>
<div>Point(5) = {1, 4.8, 0, 1e+22};</div>
<div>Point(6) = {1, 0.2, 0, 1e+22};</div>
<div>Line(1) = {4, 5};</div>
<div>Line(2) = {5, 3};</div>
<div>Line(3) = {3, 2};</div>
<div>Line(4) = {2, 6};</div>
<div>Line(5) = {6, 1};</div>
<div>Line(6) = {1, 4};</div>
<div>Line Loop(8) = {6, 1, 2, 3, 4, 5};</div>
<div>Plane Surface(8) = {8};</div>
<div>Transfinite Surface {8} = {1, 2, 3, 4};</div>
<div>Recombine Surface {8};</div>
<div><br>
</div>
Thanks,
<p></p>
<p><br>
</p>
<p>Li</p>
</div>
</body>
</html>