[Gmsh] square instead of triang in 2D mesh
jeremy theler
jeremy at talador.com.ar
Mon Feb 10 21:54:51 CET 2014
On Monday 10 February 2014 19:11:39 Gökhan Atmaca wrote:
> Hi,
>
> I'm working on 2D high electron mobility transistor device mesh structure.
> I have problem related the mesh geometry. Because triangular mesh geometry
> not available/good/useful for investigating transistor device structure (in
> attached file). Hence, can we used square mesh geometry in gmsh? Or how can
> it?
>
> Thank you, best regards
> Gökhan Atmaca, MSc.
Try adding
Mesh.RecombineAll=1;
to the geomtry file
--
jeremy