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
330b1fab
Commit
330b1fab
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Add small toc and make web page validate on
http://validator.w3.org
parent
1e02e157
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/gmsh.html
+101
-93
101 additions, 93 deletions
doc/gmsh.html
with
101 additions
and
93 deletions
doc/gmsh.html
+
101
−
93
View file @
330b1fab
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<
HTML
>
<
html
>
<
HEAD
>
<
head
>
<
TITLE
>
Gmsh: a three-dimensional finite element mesh generator with
<
title
>
Gmsh: a three-dimensional finite element mesh generator with
built-in pre- and post-processing facilities
</
TITLE
>
built-in pre- and post-processing facilities
</
title
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=ISO-8859-1"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=ISO-8859-1"
>
...
@@ -14,14 +14,14 @@ automatic, maillages automatiques, mailleur, modelisation, opengl,
...
@@ -14,14 +14,14 @@ automatic, maillages automatiques, mailleur, modelisation, opengl,
maillages 3D, 3D meshes, 3-D meshes, maillages 3-D, voronoi,
maillages 3D, 3D meshes, 3-D meshes, maillages 3-D, voronoi,
adaptation de maillages, mesh adaptation, modeling"
>
adaptation de maillages, mesh adaptation, modeling"
>
<
META
name=
"Autor-Handle"
content=
"Christophe.Geuzaine@advalvas.be"
>
<
meta
name=
"Autor-Handle"
content=
"Christophe.Geuzaine@advalvas.be"
>
<
LINK
href=
"/general.css"
rel=
"stylesheet"
>
<
link
href=
"/general.css"
rel=
"stylesheet"
>
<
LINK
REL
=
"shortcut icon"
HREF
=
"/favicon.ico"
TYPE
=
"image/x-icon"
>
<
link
rel
=
"shortcut icon"
href
=
"/favicon.ico"
type
=
"image/x-icon"
>
</
HEAD
>
</
head
>
<
BODY
>
<
body
>
<h1
align=
"center"
>
Gmsh: a three-dimensional finite element mesh
<h1
align=
"center"
>
Gmsh: a three-dimensional finite element mesh
generator with built-in pre- and post-processing facilities
</h1>
generator with built-in pre- and post-processing facilities
</h1>
...
@@ -30,8 +30,17 @@ generator with built-in pre- and post-processing facilities</h1>
...
@@ -30,8 +30,17 @@ generator with built-in pre- and post-processing facilities</h1>
<p>
<p>
<h3
align=
center
>
Version
<a
href=
"doc/VERSIONS"
>
1.36
</a>
, 21 November 2002
</h3>
<h3
align=
center
>
Version
<a
href=
"doc/VERSIONS"
>
1.36
</a>
, 21 November 2002
</h3>
<p>
<p>
<center>
<h2>
Description
</h2>
<a
href=
"#Description"
>
Description
</a>
|
<a
href=
"#Documentation"
>
Documentation
</a>
|
<a
href=
"#Mailing lists"
>
Mailing lists
</a>
|
<a
href=
"#Download"
><b>
Download
</b></a>
|
<a
href=
"#Credits"
>
Credits
</a>
|
<a
href=
"#Screenshots"
>
Screenshots
</a>
|
<a
href=
"#Links"
>
Links
</a>
</center>
<h2><a
name=
"Description"
></a>
Description
</h2>
Gmsh
<!-- (pronounced "<em>Gnu-mesh</em>") -->
is an automatic
Gmsh
<!-- (pronounced "<em>Gnu-mesh</em>") -->
is an automatic
three-dimensional finite element mesh generator, primarily Delaunay,
three-dimensional finite element mesh generator, primarily Delaunay,
...
@@ -122,11 +131,11 @@ circumscribed circle/sphere.
...
@@ -122,11 +131,11 @@ circumscribed circle/sphere.
External solvers can be interfaced with Gmsh through a socket
External solvers can be interfaced with Gmsh through a socket
mechanism, which permits to easily launch computations either locally
mechanism, which permits to easily launch computations either locally
or on remote computers, and to collect and exploit the simulation
or on remote computers, and to collect and exploit the simulation
results within Gmsh. The default solver interfaced with Gmsh is
<
A
results within Gmsh. The default solver interfaced with Gmsh is
<
a
HREF
=
"/getdp/"
>
GetDP
</
A
>
. Check the
<
A
HREF
=
"#mysolver"
>
solver
href
=
"/getdp/"
>
GetDP
</
a
>
. Check the
<
a
href
=
"#mysolver"
>
solver
examples
</
A
>
to see how to define your own solver (be sure to also
examples
</
a
>
to see how to define your own solver (be sure to also
read the answer to the question 6.1 in the
<
A
read the answer to the question 6.1 in the
<
a
HREF=
"/gmsh/doc/FAQ"
>
FAQ
</
A
>
).
HREF=
"/gmsh/doc/FAQ"
>
FAQ
</
a
>
).
<h3><a
name=
"post-processing"
></a>
Post-processing: scalar and vector field visualization
</h3>
<h3><a
name=
"post-processing"
></a>
Post-processing: scalar and vector field visualization
</h3>
...
@@ -143,14 +152,14 @@ to automate all the post-processing operations (e.g. for the creation
...
@@ -143,14 +152,14 @@ to automate all the post-processing operations (e.g. for the creation
of complex animations).
of complex animations).
<h2>
Documentation
</h2>
<h2>
<a
name=
"Documentation"
></a>
Documentation
</h2>
<ul>
<ul>
<li><
A
href=
"/gmsh/doc/tutorial.html"
>
Online tutorial
</
A
>
<li><
a
href=
"/gmsh/doc/tutorial.html"
>
Online tutorial
</
a
>
(Please
<b>
read
</b>
this tutorial before sending any question to the mailing list!)
(Please
<b>
read
</b>
this tutorial before sending any question to the mailing list!)
<li><a
href=
"/gmsh/doc/FAQ"
>
Frequently asked questions (FAQ)
</a>
<li><a
href=
"/gmsh/doc/FAQ"
>
Frequently asked questions (FAQ)
</a>
<li><
A
href=
"/gmsh/doc/VERSIONS"
>
Version history
</
A
>
<li><
a
href=
"/gmsh/doc/VERSIONS"
>
Version history
</
a
>
<li><
A
href=
"/gmsh/doc/FORMATS"
>
Mesh and post-processing file formats
</
A
>
<li><
a
href=
"/gmsh/doc/FORMATS"
>
Mesh and post-processing file formats
</
a
>
<li><a
href=
"/gmsh/doc/CONTRIBUTORS"
>
List of contributors
</a>
<li><a
href=
"/gmsh/doc/CONTRIBUTORS"
>
List of contributors
</a>
<li><a
href=
"/gmsh/doc/KEYWORDS"
>
List of reserved keywords
</a>
<li><a
href=
"/gmsh/doc/KEYWORDS"
>
List of reserved keywords
</a>
<li><a
href=
"/gmsh/doc/README.txt"
>
For Windows versions only
</a>
<li><a
href=
"/gmsh/doc/README.txt"
>
For Windows versions only
</a>
...
@@ -162,13 +171,13 @@ of complex animations).
...
@@ -162,13 +171,13 @@ of complex animations).
-->
-->
</ul>
</ul>
<
FORM
METHOD=
GET
ACTION
=
"http://www.geuz.org/search/search-geuz.cgi"
>
<
form
method=
GET
action
=
"http://www.geuz.org/search/search-geuz.cgi"
>
<
INPUT
SIZE=
30
NAME=
"q"
VALUE
=
""
>
<
input
size=
30
name=
"q"
value
=
""
>
<
INPUT
TYPE
=
"submit"
VALUE
=
"Search!"
>
<
input
type
=
"submit"
value
=
"Search!"
>
<
INPUT
TYPE
=
HIDDEN
NAME
=
"ul"
VALUE
=
"/gmsh/"
>
<
input
type
=
HIDDEN
name
=
"ul"
value
=
"/gmsh/"
>
</
FORM
>
</
form
>
<h2>
Mailing lists
</h2>
<h2>
<a
name=
"Mailing lists"
></a>
Mailing lists
</h2>
<ul>
<ul>
<li><a
href=
"/mailman/listinfo/gmsh/"
>
gmsh
</a>
is the public mailing
<li><a
href=
"/mailman/listinfo/gmsh/"
>
gmsh
</a>
is the public mailing
...
@@ -184,11 +193,11 @@ of complex animations).
...
@@ -184,11 +193,11 @@ of complex animations).
href=
"/pipermail/gmsh-announce/"
>
here
</a>
.
href=
"/pipermail/gmsh-announce/"
>
here
</a>
.
</ul>
</ul>
<h2>
Download
</h2>
<h2>
<a
name=
"Download"
></a>
Download
</h2>
<!--
<!--
Gmsh is available under the <
A
href="http://www.gnu.org/">GNU General
Gmsh is available under the <
a
href="http://www.gnu.org/">GNU General
Public License</
A
> (GPL), with some exceptions (see the sources for
Public License</
a
> (GPL), with some exceptions (see the sources for
more information). Executable versions of Gmsh are also available for
more information). Executable versions of Gmsh are also available for
-->
-->
Executable versions of Gmsh are available for
Executable versions of Gmsh are available for
...
@@ -197,17 +206,17 @@ are dynamically linked with OpenGL<a href="#opengl-footnote"
...
@@ -197,17 +206,17 @@ are dynamically linked with OpenGL<a href="#opengl-footnote"
name=
"opengl-footmark"
><sup>
1
</sup></a>
. The tutorial and demo files
name=
"opengl-footmark"
><sup>
1
</sup></a>
. The tutorial and demo files
are included in the archives.
are included in the archives.
<ul>
<ul>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-Windows.zip"
>
Windows zip archive (95/98/NT/XP)
</
A
>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-Windows.zip"
>
Windows zip archive (95/98/NT/XP)
</
a
>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-1.i386.rpm"
>
Linux RPM (i386, Red Hat >= 6.2 and compatible)
</
A>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-1.i386.rpm"
>
Linux RPM (i386, Red Hat >= 6.2 and compatible)
</
a>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-Linux.tgz"
>
Linux tarball (i386, glibc 2.1)
</
A
>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-Linux.tgz"
>
Linux tarball (i386, glibc 2.1)
</
a
>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-MacOSX.tgz"
>
Mac OS X tarball (Mac OS X 10.2)
</
A
>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-MacOSX.tgz"
>
Mac OS X tarball (Mac OS X 10.2)
</
a
>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-OSF1.tgz"
>
Compaq Tru64 tarball (OSF 4.0)
</
A>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-OSF1.tgz"
>
Compaq Tru64 tarball (OSF 4.0)
</
a>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-SunOS.tgz"
>
Sun tarball (SunOS 5.8)
</
A>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-SunOS.tgz"
>
Sun tarball (SunOS 5.8)
</
a>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-AIX.tgz"
>
IBM tarball (AIX)
</
A>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-AIX.tgz"
>
IBM tarball (AIX)
</
a>
<li><
A
href=
"/gmsh/bin/gmsh-1.36.0-IRIX.tgz"
>
SGI IRIX tarball (IRIX 6.5)
</
A>
<li><
a
href=
"/gmsh/bin/gmsh-1.36.0-IRIX.tgz"
>
SGI IRIX tarball (IRIX 6.5)
</
a>
<!--
<!--
<li><
A
href="/gmsh/bin/gmsh-1.36.0-HP-UX.tgz">HP tarball (HPUX 10.20)</
A
>
<li><
a
href="/gmsh/bin/gmsh-1.36.0-HP-UX.tgz">HP tarball (HPUX 10.20)</
a
>
<li><
A
href="/gmsh/bin/gmsh-1.36.0-source.tgz">Source tarball</
A
>
<li><
a
href="/gmsh/bin/gmsh-1.36.0-source.tgz">Source tarball</
a
>
<a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a>
<a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a>
-->
-->
</ul>
</ul>
...
@@ -234,103 +243,102 @@ versions can be compiled without FLTK. Compiling Windows versions
...
@@ -234,103 +243,102 @@ versions can be compiled without FLTK. Compiling Windows versions
requires the <a href="http://www.cygwin.com">Cygwin</a> tools.
requires the <a href="http://www.cygwin.com">Cygwin</a> tools.
-->
-->
<h2>
Credits
</h2>
<h2>
<a
name=
"Credits"
></a>
Credits
</h2>
Gmsh is developed by
<
A
Gmsh is developed by
<
a
HREF=
"mailto:Remacle@scorec.rpi.edu"
>
Jean-François Remacle
<
/
A>
HREF=
"mailto:Remacle@scorec.rpi.edu"
>
Jean-François Remacle
<
/
a>
(currently with the
<a
href=
"http://www.rpi.edu"
>
Rensselaer
(currently with the
<a
href=
"http://www.rpi.edu"
>
Rensselaer
Polytechnic Institute
</a>
) and
<
A
Polytechnic Institute
</a>
) and
<
a
HREF=
"mailto:geuzaine@acm.caltech.edu"
>
Christophe Geuzaine
</
A
>
HREF=
"mailto:geuzaine@acm.caltech.edu"
>
Christophe Geuzaine
</
a
>
(currently with the
<a
href=
"http://www.caltech.edu"
>
California
(currently with the
<a
href=
"http://www.caltech.edu"
>
California
Institute of Technology
</a>
). Please use
<
A
Institute of Technology
</a>
). Please use
<
a
HREF=
"mailto:gmsh@geuz.org"
>
gmsh@geuz.org
</
A
>
instead of our personal
HREF=
"mailto:gmsh@geuz.org"
>
gmsh@geuz.org
</
a
>
instead of our personal
e-mails to send questions or bug reports.
e-mails to send questions or bug reports.
<h2>
Gallery
</h2>
<h2>
<a
name=
"Screenshots"
></a>
Screenshots
</h2>
Everybody loves screenshots... So here are some:
Everybody loves screenshots... So here are some:
<
A
href=
"/gmsh/gallery/screenshot1.gif"
>
screenshot 1
</a>
<
a
href=
"/gmsh/gallery/screenshot1.gif"
>
screenshot 1
</a>
(
<
A
href=
"/gmsh/gallery/screenshot1-small.gif"
>
small
</a>
),
(
<
a
href=
"/gmsh/gallery/screenshot1-small.gif"
>
small
</a>
),
<
A
href=
"/gmsh/gallery/screenshot2.gif"
>
screenshot 2
</a>
<
a
href=
"/gmsh/gallery/screenshot2.gif"
>
screenshot 2
</a>
(
<
A
href=
"/gmsh/gallery/screenshot2-small.gif"
>
small
</a>
),
(
<
a
href=
"/gmsh/gallery/screenshot2-small.gif"
>
small
</a>
),
<
A
href=
"/gmsh/gallery/screenshot3.gif"
>
screenshot 3
</a>
<
a
href=
"/gmsh/gallery/screenshot3.gif"
>
screenshot 3
</a>
(
<
A
href=
"/gmsh/gallery/screenshot3-small.gif"
>
small
</a>
),
(
<
a
href=
"/gmsh/gallery/screenshot3-small.gif"
>
small
</a>
),
<
A
href=
"/gmsh/gallery/screenshot4.gif"
>
screenshot 4
</a>
<
a
href=
"/gmsh/gallery/screenshot4.gif"
>
screenshot 4
</a>
(
<
A
href=
"/gmsh/gallery/screenshot4-small.gif"
>
small
</a>
).
(
<
a
href=
"/gmsh/gallery/screenshot4-small.gif"
>
small
</a>
).
<p>
<p>
Some other pictures made with Gmsh:
Some other pictures made with Gmsh:
<ul>
<ul>
<li>
Part of a shoulder bone:
<li>
Part of a shoulder bone:
<
A
href=
"/gmsh/gallery/shoulder1.gif"
>
pict1
</a>
,
<
a
href=
"/gmsh/gallery/shoulder1.gif"
>
pict1
</a>
,
<
A
href=
"/gmsh/gallery/shoulder2.gif"
>
pict2
</a>
,
<
a
href=
"/gmsh/gallery/shoulder2.gif"
>
pict2
</a>
,
<
A
href=
"/gmsh/gallery/shoulder3.gif"
>
pict3
</a>
,
<
a
href=
"/gmsh/gallery/shoulder3.gif"
>
pict3
</a>
,
<
A
href=
"/gmsh/gallery/shoulder4.gif"
>
pict4
</a>
,
<
a
href=
"/gmsh/gallery/shoulder4.gif"
>
pict4
</a>
,
<
A
href=
"/gmsh/gallery/shoulder5.gif"
>
pict5
</a>
,
<
a
href=
"/gmsh/gallery/shoulder5.gif"
>
pict5
</a>
,
<
A
href=
"/gmsh/gallery/shoulder6.gif"
>
pict6
</a>
<
a
href=
"/gmsh/gallery/shoulder6.gif"
>
pict6
</a>
(J. Fatemi).
(J. Fatemi).
<li>
Parts of a magnetron:
<li>
Parts of a magnetron:
<
A
href=
"/gmsh/gallery/magnetron1.gif"
>
pict1
</a>
,
<
a
href=
"/gmsh/gallery/magnetron1.gif"
>
pict1
</a>
,
<
A
href=
"/gmsh/gallery/magnetron2.gif"
>
pict2
</a>
,
<
a
href=
"/gmsh/gallery/magnetron2.gif"
>
pict2
</a>
,
<
A
href=
"/gmsh/gallery/magnetron3.gif"
>
pict3
</a>
,
<
a
href=
"/gmsh/gallery/magnetron3.gif"
>
pict3
</a>
,
<
A
href=
"/gmsh/gallery/magnetron4.gif"
>
pict4
</a>
<
a
href=
"/gmsh/gallery/magnetron4.gif"
>
pict4
</a>
(P. Lefèvre).
(P. Lefèvre).
<li>
A circuit breaker:
<li>
A circuit breaker:
<
A
href=
"/gmsh/gallery/breaker.gif"
>
pict1
</
A
>
<
a
href=
"/gmsh/gallery/breaker.gif"
>
pict1
</
a
>
(S. K. Choi).
(S. K. Choi).
<li>
A mechanical part in the demo files:
<li>
A mechanical part in the demo files:
<
A
href=
"/gmsh/gallery/piece1.gif"
>
pict1
</
A
>
,
<
a
href=
"/gmsh/gallery/piece1.gif"
>
pict1
</
a
>
,
<
A
href=
"/gmsh/gallery/piece2.gif"
>
pict2
</
A
>
,
<
a
href=
"/gmsh/gallery/piece2.gif"
>
pict2
</
a
>
,
<
A
href=
"/gmsh/gallery/piece3.gif"
>
pict3
</
A
>
.
<
a
href=
"/gmsh/gallery/piece3.gif"
>
pict3
</
a
>
.
<li>
The log-periodic antenna in the demo files:
<li>
The log-periodic antenna in the demo files:
<
A
href=
"/gmsh/gallery/antenna.gif"
>
pict1
</
A
>
.
<
a
href=
"/gmsh/gallery/antenna.gif"
>
pict1
</
a
>
.
<li>
An electrical machine:
<li>
An electrical machine:
<
A
href=
"/gmsh/gallery/machine.gif"
>
pict1
</
A
>
<
a
href=
"/gmsh/gallery/machine.gif"
>
pict1
</
a
>
(J. Gyselinck).
(J. Gyselinck).
<li>
Breads:
<li>
Breads:
<
A
href=
"/gmsh/gallery/tresse1.gif"
>
pict1
</
A
>
,
<
a
href=
"/gmsh/gallery/tresse1.gif"
>
pict1
</
a
>
,
<
A
href=
"/gmsh/gallery/tresse2.gif"
>
pict2
</
A
>
<
a
href=
"/gmsh/gallery/tresse2.gif"
>
pict2
</
a
>
(D. Colignon).
(D. Colignon).
<li>
Mach number on a F16:
<li>
Mach number on a F16:
<
A
href=
"/gmsh/gallery/f16-1.gif"
>
pict1
</
A
>
,
<
a
href=
"/gmsh/gallery/f16-1.gif"
>
pict1
</
a
>
,
<
A
href=
"/gmsh/gallery/f16-2.gif"
>
pict2
</
A
>
,
<
a
href=
"/gmsh/gallery/f16-2.gif"
>
pict2
</
a
>
,
<
A
href=
"/gmsh/gallery/f16-3.gif"
>
pict3
</
A
>
,
<
a
href=
"/gmsh/gallery/f16-3.gif"
>
pict3
</
a
>
,
<
A
href=
"/gmsh/gallery/f16-5.gif"
>
pict4
</
A
>
<
a
href=
"/gmsh/gallery/f16-5.gif"
>
pict4
</
a
>
(P. Geuzaine).
(P. Geuzaine).
<li>
Stream lines:
<li>
Stream lines:
<
A
href=
"/gmsh/gallery/f16_stream.jpg"
>
F16
</
A
>
,
<
a
href=
"/gmsh/gallery/f16_stream.jpg"
>
F16
</
a
>
,
<
A
href=
"/gmsh/gallery/f18_stream.jpg"
>
F18
</
A
>
<
a
href=
"/gmsh/gallery/f18_stream.jpg"
>
F18
</
a
>
<!--
A
href="/gmsh/gallery/valve.jpg">valve</
A
-->
<!--
a
href="/gmsh/gallery/valve.jpg">valve</
a
-->
(P. Geuzaine).
(P. Geuzaine).
<li>
An example of on-screen information display:
<li>
An example of on-screen information display:
<
A
href=
"/gmsh/gallery/infodisplay1.gif"
>
pict1
</
A
>
,
<
a
href=
"/gmsh/gallery/infodisplay1.gif"
>
pict1
</
a
>
,
<
A
href=
"/gmsh/gallery/infodisplay2.gif"
>
pict2
</
A
>
.
<
a
href=
"/gmsh/gallery/infodisplay2.gif"
>
pict2
</
a
>
.
<li>
2D colormap:
<li>
2D colormap:
<
A
href=
"/gmsh/gallery/blob.gif"
>
pict1
</
A
>
.
<
a
href=
"/gmsh/gallery/blob.gif"
>
pict1
</
a
>
.
<li>
3D quicktime movie:
<li>
3D quicktime movie:
<
A
href=
"/gmsh/gallery/density.mov"
>
movie1
</
A
>
.
<
a
href=
"/gmsh/gallery/density.mov"
>
movie1
</
a
>
.
<li>
Structured and unstructured mesh of an extruded geometry:
<li>
Structured and unstructured mesh of an extruded geometry:
<
A
href=
"/gmsh/gallery/spirale.gif"
>
pict1
</
A
>
.
<
a
href=
"/gmsh/gallery/spirale.gif"
>
pict1
</
a
>
.
<li>
Some didactic animations about computational electromagnetics at
<li>
Some didactic animations about computational electromagnetics at
<
A
href=
"http://elap.montefiore.ulg.ac.be/elm/demos_en.html"
>
ELAP
</
A
>
.
<
a
href=
"http://elap.montefiore.ulg.ac.be/elm/demos_en.html"
>
ELAP
</
a
>
.
</ul>
</ul>
<h2>
Links
</h2>
<h2>
<a
name=
"Links"
></a>
Links
</h2>
Check out
<
A
HREF
=
"/getdp/"
>
GetDP
</
A
>
, a scientific computation
Check out
<
a
href
=
"/getdp/"
>
GetDP
</
a
>
, a scientific computation
software for the numerical solution of integro-differential equations,
software for the numerical solution of integro-differential equations,
using finite element and integral type methods.
using finite element and integral type methods.
<p>
<p>
The mesh database that will be used by Gmsh in the future has its
The mesh database that will be used by Gmsh in the future has its
own homepage: take a look at
<A
own homepage: take a look at
<a
href=
"http://www.scorec.rpi.edu/AOMD/"
>
AOMD,
HREF=
"http://www.scorec.rpi.edu/AOMD/"
>
AOMD, the Algorithm Oriented
the Algorithm Oriented Mesh Database
</a>
.
Mesh Database
</A>
.
<p>
<p>
Back to
<a
href=
"/"
>
geuz.org
</a>
Back to
<a
href=
"/"
>
geuz.org
</a>
</
BODY
>
</
body
>
</
HTML
>
</
html
>
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