<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 20 avr. 2011 à 16:27, GERALD sophie DSNA/CC a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
Good afternoon,<br>
<br>
I work with the "gmsh-2.5.0-Linux" version of your software. <br>
<br>
I have written my file.geo in the aim to create a 2D
unstructured mesh around an airfoil (c.f. the attachment). I have 2
Plane Surfaces that touch. After loading the .geo and create my 2D-mesh
I would like to use the "Set Order" option in the "Mesh" menu.<br>
<b>1-</b> Is it possible to obtain a different order in each surface?
That is to say to have a 6-node (or 9) triangle in the first surface
(number 1000) and  a 3-node (or 6) triangle in the second one (number
1001)?<br>
<br></div></blockquote><div><br></div><div>no, this is not something we have implemented. Yet, this is quite simple in principle to generate the highest </div><div>order in the geometry and to post-process the mesh and reduce locally the order of the mesh</div><br><blockquote type="cite"><div bgcolor="#ffffff" text="#000000">
<b>2-</b> How can I get the number of triangles resulting from the mesh
for each surface in the message control? Indeed I didn't succeed with
the Mesh.NbTriangles=1 at the end of my .geo.<br>
<br></div></blockquote><div><br></div><div>You can use a python script that would look like</div><div><br></div><div>g = GModel ()</div><div><br></div><div>g.load('yourmesh.msh')</div><div><br></div><div>face = g.getFaceByTag(1000)</div><div><br></div><div>print face.getNumMeshElements()</div><div><br></div><br><blockquote type="cite"><div bgcolor="#ffffff" text="#000000">
Many thank in advance for your answer.<br>
Best regards,<br>
<br>
<pre class="moz-signature" cols="72"></pre>
<pre class="moz-signature" cols="72">-- 
Sophie Gérald
PhD student
<a class="moz-txt-link-freetext" href="http://www.onera.fr/">http://www.onera.fr/</a>
Tél. +331 467 33919 
</pre>
</div>

_______________________________________________<br>gmsh mailing list<br><a href="mailto:gmsh@geuz.org">gmsh@geuz.org</a><br>http://www.geuz.org/mailman/listinfo/gmsh<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><span class="Apple-style-span" style="font-size: medium; "><div>------------------------------------------------------------------</div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; ">Prof. Jean-Francois Remacle</span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; ">Universite catholique de Louvain (UCL)</span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; ">Ecole Polytechnique de Louvain (EPL) - Louvain School of Engineering</span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; ">Institute of Mechanics, Materials and Civil Engineering (iMMC)</span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; ">Center for Systems Engineering and Applied Mechanics (CESAME)</span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; ">Tel : +32-10-472352 -- Mobile : +32-473-909930 </span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; "><br></span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; "> </span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; "><br></span></font></div><div><br></div></span></div></div></div></span></div><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline">
</div>
<br></body></html>