<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>GMSH working team</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hello!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#000000 size=2>I have  found a bug in meshing information.<BR>I found the tetrahedra element counter was wrong.<BR>There are actully 102 tetrahedra elements generted while the statistics given in meshing process gave us 101 (see below).<BR>I call gmsh program in Matlab and use the element and node information for analysis. <BR>I found that the meshing information given by gmsh in counting. See the attached file test1.msh. There are 102 tetrahedra elements generated subtantiilly from 117 to 218.</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2>218-117+1 = 102. But the statistics informatio gave us 101.<BR>The .gmsh and .geo file is attached in this mail.</FONT></DIV><FONT color=#000000 size=2>
<DIV><BR><FONT face=Arial>EFG3DAnalysis(gmsh_file_name, test_model)  //that is the matlab command line</FONT></DIV>
<DIV><FONT face=Arial>eval(strcat(<FONT color=#a020f0>'!'</FONT>,<FONT color=#a020f0>'F:\gmsh-2.0.8-Windows\gmsh',</FONT><FONT color=#000000>gmsh_file_name,</FONT><FONT color=#a020f0>' -3'</FONT>)); //that is the matlab command line</FONT></DIV>
<DIV>
<P><FONT face=Arial>Info    : 'F:\gmsh-2.0.8-Windows\gmsh F:\GMSH_TEST\test1.geo -3 ' started on Thu Nov 29 15:56:34 2007 <BR>Info    : Reading 'F:\GMSH_TEST\test1.geo' <BR>Info    : Read 'F:\GMSH_TEST\test1.geo' <BR>Info    : Meshing 1D... <BR>Info    : Meshing curve 1 <BR>Info    : Meshing curve 2 <BR>Info    : Meshing curve 3 <BR>Info    : Meshing curve 4 <BR>Info    : Meshing curve 5 <BR>Info    : Meshing curve 6 <BR>Info    : Meshing curve 7 <BR>Info    : Meshing curve 8 <BR>Info    : Meshing curve 9 <BR>Info    : Meshing curve 10 <BR>Info    : Meshing curve 11 <BR>Info    : Meshing curve 12 <BR>Info    : Mesh 1D complete (0 s) <BR>Info    : Mesh <BR>Info    : Meshing 2D... <BR>Info    : Meshing surface 14 (Plane, MeshAdapt+Delaunay) <BR>Info    : Meshing surface 16 (Plane, MeshAdapt+Delaunay) <BR>Info    : Meshing surface 18 (Plane, MeshAdapt+Delaunay) <BR>Info    : Meshing surface 20 (Plane, MeshAdapt+Delaunay) <BR>Info    : Meshing surface 22 (Plane, MeshAdapt+Delaunay) <BR>Info    : Meshing surface 24 (Plane, MeshAdapt+Delaunay) <BR>Info    : Mesh 2D complete (0 s) <BR>Info    : Mesh <BR>Info    : Meshing 3D... <BR>Info    : Meshing volume 26 (Delaunay) <BR>Info    : 44 points 24 edges and 84 faces in the final mesh <BR>Info    : 44 points created -- Worst tet radius is 1.52745 <BR>Info    : Mesh 3D complete (0.015625 s) <BR>Info    : Mesh <BR>Info    : 45 vertices 210 elements <BR>Info    : Writing 'F:\GMSH_TEST\test1.msh' <BR>Info    : Wrote 'F:\GMSH_TEST\test1.msh' <BR>Constructing Delaunay tetrahedralization. <BR>Delaunay seconds:  0.015 <BR>Creating surface mesh. <BR>Perturbing vertices. <BR>Delaunizing segments. <BR>Constraining facets. <BR>Segment and facet seconds:  0 <BR>Removing unwanted tetrahedra. <BR>Hole seconds:  0 <BR>Repairing mesh. <BR>Repair seconds:  0 <BR> <BR>Writing nodes. <BR>Writing elements. <BR>Writing faces. <BR>Writing edges. <BR> <BR>Output seconds:  0 <BR>Total running seconds:  0.015 <BR> <BR>Statistics: <BR> <BR>  Input points: 44 <BR>  Input facets: 84 <BR>  Input segments: 126 <BR>  Input holes: 0 <BR>  Input regions: 0 <BR> <BR>  Mesh points: 44 <BR>  <FONT color=#ff0000>Mesh tetrahedra: 101</FONT> <BR>  Mesh triangles: 244 <BR>  Mesh subfaces: 84 </FONT></FONT></P></DIV></BODY></HTML>