<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 style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
In the following toy example I have two adjacent squares, which are meshed using the transfinite algorithm:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Point(1) = {0, 0, 0, 1.0};<br>
</span>
<div>Point(2) = {1, -0, 0, 1.0};<br>
</div>
<div>Point(3) = {1, 1, 0, 1.0};<br>
</div>
<div>Point(4) = {0, 2, 0, 1.0};<br>
</div>
<div>Point(5) = {0, 1, 0, 1.0};<br>
</div>
<div>Point(6) = {1, 2, 0, 1.0};<br>
</div>
<div><br>
</div>
<div>Line(1) = {4, 5};<br>
</div>
<div>Line(2) = {5, 1};<br>
</div>
<div>Line(3) = {1, 2};<br>
</div>
<div>Line(4) = {3, 2};<br>
</div>
<div>Line(5) = {3, 6};<br>
</div>
<div>Line(6) = {6, 4};<br>
</div>
<div>Line(7) = {5, 3};<br>
</div>
<div><br>
</div>
<div>Curve Loop(1) = {1, 7, 5, 6};<br>
</div>
<div>Plane Surface(1) = {1};<br>
</div>
<div>Curve Loop(2) = {7, 4, -3, -2};<br>
</div>
<div>Plane Surface(2) = {2};<br>
</div>
<div><br>
</div>
<div>Transfinite Curve {6, 5, 7, 1, 4, 3, 2} = 10 Using Progression 1;<br>
</div>
<div>Transfinite Surface {1};<br>
</div>
<div>Transfinite Surface {2};<br>
</div>
<div><br>
</div>
<div>When I press "refine by splitting", the number of elements in each square is doubled. I was wondering if there is a way to apply "refine by splitting" to the top square only, so that the number of elements in the top square is doubled, while the number
 of elements in the bottom square doesn't change. How might I go about doing this?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks for the help,</div>
<div>Aaron</div>
<div><br>
</div>
<span></span><br>
</div>
</body>
</html>