<div dir="ltr">I am unable to create a simple 2D mesh.<div><br></div><div>I need to create a structured mesh for a rectangular domain.</div><div><br></div><div>I divide the domain into two parts. I want different boundary conditions on the bottom part for the front part and the part behind. </div><div><br></div><div><div>Point(1) = {0, 0, 0, 0.1};<br></div><div>Point(2) = {0, 1, 0, 0.1};</div><div>Point(3) = {-0.35, 0, 0, 0.1};</div><div>Point(4) = {2, 0, 0, 0.1};</div><div>Point(5) = {-0.35, 1, 0, 0.1};</div><div>Point(6) = {2, 1, 0, 0.1};</div><div>Line(3) = {1, 3};</div><div>Line(4) = {3, 4};</div><div>Line(5) = {5, 2};</div><div>Line(6) = {2, 6};</div><div>Line(7) = {3, 5};</div><div>Line(9) = {4, 6};</div></div><div><br></div><div>Now, GMSH stops making sense after this.  I try to create a plane surface and this is what GMSH does. </div><div><br></div><div><div>Line Loop(10) = {4, 9, -6, -5, -7};</div><div>Plane Surface(11) = {10};</div></div><div><br></div><div>As you can see, 3 is not there in the line loop. And the mesh completely ignores Point 1. </div><div><br></div><div>What is happening?</div><div><br></div><div>Vikram</div></div>