Skip to content
Snippets Groups Projects
Commit 008a22e0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 60a5467d
No related branches found
No related tags found
No related merge requests found
// $Id: Print_Mesh.cpp,v 1.14 2001-02-17 22:08:58 geuzaine Exp $
// $Id: Print_Mesh.cpp,v 1.15 2001-02-18 18:11:17 geuzaine Exp $
#include "Gmsh.h"
#include "Const.h"
......@@ -107,6 +107,7 @@ void add_msh_simplex (void *a, void *b){
type = TETRAHEDRON;
}
#if 0 // JF, je comprends pas !?
if(type == TETRAHEDRON)
{
if ((*S)->Volume_Simplexe () > 0){
......@@ -118,6 +119,7 @@ void add_msh_simplex (void *a, void *b){
Msg(WARNING, "Negative Volume for Simplex %d", (*S)->Num);
}
}
#endif
fprintf (mshfile, "%d %d %d %d %d",
MSH_ELEMENT_NUM++, type,MSH_PHYSICAL_NUM,(*S)->iEnt, nbn + nbs);
......
......@@ -6,7 +6,7 @@ startup; Made some changes to the scripting syntax
(PostProcessing.View[n] becomes View[n]; Offset0 becomes OffsetX,
etc.); Corrected the handling of simple triangular surfaces with large
characteristic lengths in the 2D isotropic algorithm; Added an ascii
to binary view converter (gmsh -convert file file);
to binary post-processing view converter;
New in 1.13: Added jpeg output on Windows;
......
......@@ -51,7 +51,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-09 09:11:23 $ENDDATE--->
<!---BEGINDATE$Date: 2001-02-18 18:11:42 $ENDDATE--->
Copyright &copy; 1998-2001<br>
J.-F. Remacle<br>
......@@ -251,13 +251,13 @@ description.
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Development Release: 1.13 (February 9, 2001)</b>
<b>Development Release: 1.14 (February 19, 2001)</b>
<p>
The development release of Gmsh is available for Linux and
Windows. All executables are dynamically linked with OpenGL.
<ul>
<li><A href="/gmsh/1.13/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/1.13/gmsh-1.13-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/1.14/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/1.14/gmsh-1.14-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
</ul>
<p><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment