<div dir="ltr"><div><div><div><div><div><div>Hi Muhammad!<br></div>As I know Gmsh can't build parallelepipedal grids (3D case of rectangular ones) for arbitrary geometry. You have to use transfinite algorithm and extrusions to get them. Your geometry can be redefined in the way I've mentioned above, and you can get the desired mesh - have a look at the manual/tutorials (not only the sections of recombining - but the sections of Extrude command as well).<br>
</div>From other hand, do you really need rectangular (parallelepipedal) mesh exactly? Maybe it's possible to work with more general quadrilateral (hexahedral) grid? Recently I was interested in working with FEM library deal.II, that can treat only hexahedral meshes. So I wrote a converter from Gmsh's mesh (tetrahedral) to hexahedral one. If you are interested, welcome to <a href="http://code.google.com/p/tethex/wiki/Tethex">http://code.google.com/p/tethex/wiki/Tethex</a><br>
</div>This tool hasn't been extensively tested, but for my models it works perfectly well.<br><br><br></div>Cheers,<br></div>Mikhail<br></div><div><div><div><div><div><div><div><div><br><br><br><br>Dear Muhammad,<br>
<br>
Try<br>
<br>
Mesh.RecombineAll = 1;<br>
<br>
Also, you may want to look up into the documentation the following two<br>
options:<br>
<br>
Mesh.Algorithm<br>
Mesh.RecombinationAlgorithm<br>
<br>
<br>
Regards<br>
--<br>
jeremy<br>
<br>
On Tuesday 30 April 2013 13:40:51 Muhammad Umar Afzal wrote:<br>
> Hi All,<br>
> My problem requires to mesh geometry with rectangular elements (instead of<br>
> tetrahedra elements). I am not sure how to do that. Any help regarding will<br>
> be highly appreciated. Geometry file is attached with email.<br>
> Thanks<br>
> Muhammad Umar Afzal</div></div></div></div></div></div></div></div></div>