<div dir="ltr"><div><div>Thank you very much indeed,<br><br></div>"Transfinite" solution is working quite well. I want to add the most easiest geometry file possible to this email. It may show an easy solution for the people who needs 2D rectilinear grid or uniform quadrilateral or triangular meshes.<br><br></div>-------------simplesquare.geo-------------<br><div>cl__1 = 1;<br>Point(2) = {0, 0, 0, 1};<br>Point(3) = {1, 0, 0, 1};<br>Point(4) = {1, 1, 0, 1};<br>Point(5) = {0, 1, 0, 1};<br>Line(1) = {5, 4};<br>Transfinite Line {1} = 10Using Progression 1;<br>Line(2) = {4, 3};<br>Transfinite Line {2} = 10Using Progression 1;<br>Line(3) = {3, 2};<br>Transfinite Line {3} = 10Using Progression 1;<br>Line(4) = {2, 5};<br>Transfinite Line {4} = 10Using Progression 1;<br>Line Loop(6) = {1, 2, 3, 4};<br>Plane Surface(6) = {6};<br>Transfinite Surface {6};<br>----------------------------------------------------<br><br></div><div class="gmail_extra">Best regards,<br><div><div dir="ltr"><div><br></div><div>Assoc. Prof. Dr. Sefer Bora Lisesivdin,<br>
Gazi University, Department of Physics,<br>Nanoscale Devices and Carrier Transport Group,<br>
<a href="http://sblisesivdin.ndct.org/" target="_blank">http://sblisesivdin.ndct.org/</a><br>Ankara, TURKEY<br><br><br></div></div></div><div class="gmail_quote">On Mon, Oct 6, 2014 at 10:20 AM, Christophe Geuzaine <span dir="ltr"><<a href="mailto:cgeuzaine@ulg.ac.be" target="_blank">cgeuzaine@ulg.ac.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On 05 Oct 2014, at 13:52, Sefer Bora Lisesivdin <<a href="mailto:sblisesivdin@gmail.com">sblisesivdin@gmail.com</a>> wrote:<br>
<br>
> Dear all,<br>
><br>
> We are studying band structures of semiconductor heterostructures and our software is using gmsh meshes as its geometric information input.<br>
><br>
> For 1D and complex 3D structures, gmsh meshes work well. But for 2D studies we need uniform meshes. Our 2-dimensional studies include thin film structures which have few nm layers with smooth interfaces between the layers.<br>
><br>
> We tried quadrilateral meshes with symmetrical points to make more uniform. However, with a small difference in the mesh, we obtained very different results.<br>
><br>
> If you simply google "HEMT mesh" for images, you can see some mesh images of transistors with uniform triangular or quadrilateral meshes for other simulators.<br>
><br>
> What I looking for is the "rectilinear" grid. Is it possible to make 2D rectilinear grid with GMSH?<br>
<br>
</span>Yes: you can use "Transfinite" mesh constraints for this and/or create your geometries with "Extrude" and specify regular grids with the "Layers" command. See tutorial/t6.geo and tutorial/t3.geo for simple examples.<br>
<span class=""><br>
<br>
> If not, at least may you please suggest some possible programs that can export in GMSH .msh filetype?<br>
><br>
> Best regards,<br>
><br>
> Assoc. Prof. Dr. Sefer Bora Lisesivdin,<br>
> Gazi University, Department of Physics,<br>
> Nanoscale Devices and Carrier Transport Group,<br>
> <a href="http://sblisesivdin.ndct.org/" target="_blank">http://sblisesivdin.ndct.org/</a><br>
> Ankara, TURKEY.<br>
</span>> _______________________________________________<br>
> gmsh mailing list<br>
> <a href="mailto:gmsh@geuz.org">gmsh@geuz.org</a><br>
> <a href="http://www.geuz.org/mailman/listinfo/gmsh" target="_blank">http://www.geuz.org/mailman/listinfo/gmsh</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Prof. Christophe Geuzaine<br>
University of Liege, Electrical Engineering and Computer Science<br>
<a href="http://www.montefiore.ulg.ac.be/~geuzaine" target="_blank">http://www.montefiore.ulg.ac.be/~geuzaine</a><br>
<br>
<br>
<br>
</font></span></blockquote></div><br></div></div>