Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
008a22e0
Commit
008a22e0
authored
24 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
60a5467d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Mesh/Print_Mesh.cpp
+3
-1
3 additions, 1 deletion
Mesh/Print_Mesh.cpp
doc/Changelog
+1
-1
1 addition, 1 deletion
doc/Changelog
www/gmsh.html
+4
-4
4 additions, 4 deletions
www/gmsh.html
with
8 additions
and
6 deletions
Mesh/Print_Mesh.cpp
+
3
−
1
View file @
008a22e0
// $Id: Print_Mesh.cpp,v 1.1
4
2001-02-1
7 22:08:58
geuzaine Exp $
// $Id: Print_Mesh.cpp,v 1.1
5
2001-02-1
8 18:11:17
geuzaine Exp $
#include
"Gmsh.h"
#include
"Gmsh.h"
#include
"Const.h"
#include
"Const.h"
...
@@ -107,6 +107,7 @@ void add_msh_simplex (void *a, void *b){
...
@@ -107,6 +107,7 @@ void add_msh_simplex (void *a, void *b){
type
=
TETRAHEDRON
;
type
=
TETRAHEDRON
;
}
}
#if 0 // JF, je comprends pas !?
if(type == TETRAHEDRON)
if(type == TETRAHEDRON)
{
{
if ((*S)->Volume_Simplexe () > 0){
if ((*S)->Volume_Simplexe () > 0){
...
@@ -118,6 +119,7 @@ void add_msh_simplex (void *a, void *b){
...
@@ -118,6 +119,7 @@ void add_msh_simplex (void *a, void *b){
Msg(WARNING, "Negative Volume for Simplex %d", (*S)->Num);
Msg(WARNING, "Negative Volume for Simplex %d", (*S)->Num);
}
}
}
}
#endif
fprintf
(
mshfile
,
"%d %d %d %d %d"
,
fprintf
(
mshfile
,
"%d %d %d %d %d"
,
MSH_ELEMENT_NUM
++
,
type
,
MSH_PHYSICAL_NUM
,(
*
S
)
->
iEnt
,
nbn
+
nbs
);
MSH_ELEMENT_NUM
++
,
type
,
MSH_PHYSICAL_NUM
,(
*
S
)
->
iEnt
,
nbn
+
nbs
);
...
...
This diff is collapsed.
Click to expand it.
doc/Changelog
+
1
−
1
View file @
008a22e0
...
@@ -6,7 +6,7 @@ startup; Made some changes to the scripting syntax
...
@@ -6,7 +6,7 @@ startup; Made some changes to the scripting syntax
(PostProcessing.View[n] becomes View[n]; Offset0 becomes OffsetX,
(PostProcessing.View[n] becomes View[n]; Offset0 becomes OffsetX,
etc.); Corrected the handling of simple triangular surfaces with large
etc.); Corrected the handling of simple triangular surfaces with large
characteristic lengths in the 2D isotropic algorithm; Added an ascii
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;
New in 1.13: Added jpeg output on Windows;
...
...
This diff is collapsed.
Click to expand it.
www/gmsh.html
+
4
−
4
View file @
008a22e0
...
@@ -51,7 +51,7 @@ ENDSCRIPT--->
...
@@ -51,7 +51,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR--->
ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-
09 09
:11:2
3
$ENDDATE--->
<!---BEGINDATE$Date: 2001-02-
18 18
:11:
4
2 $ENDDATE--->
Copyright
©
1998-2001
<br>
Copyright
©
1998-2001
<br>
J.-F. Remacle
<br>
J.-F. Remacle
<br>
...
@@ -251,13 +251,13 @@ description.
...
@@ -251,13 +251,13 @@ description.
<td
bgcolor=
"#ededed"
><font
face=
"Helvetica, Arial"
size=
-1
>
<td
bgcolor=
"#ededed"
><font
face=
"Helvetica, Arial"
size=
-1
>
<b>
Development Release: 1.1
3
(February 9, 2001)
</b>
<b>
Development Release: 1.1
4
(February
1
9, 2001)
</b>
<p>
<p>
The development release of Gmsh is available for Linux and
The development release of Gmsh is available for Linux and
Windows. All executables are dynamically linked with OpenGL.
Windows. All executables are dynamically linked with OpenGL.
<ul>
<ul>
<li><A
href=
"/gmsh/1.1
3
/gmsh-win.zip"
>
Windows zip archive (95/98/NT)
</A>
<li><A
href=
"/gmsh/1.1
4
/gmsh-win.zip"
>
Windows zip archive (95/98/NT)
</A>
<li><A
href=
"/gmsh/1.1
3
/gmsh-1.1
3
-1.i386.rpm"
>
Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/1.1
4
/gmsh-1.1
4
-1.i386.rpm"
>
Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)
</A>
</ul>
</ul>
<p><br>
<p><br>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment