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

*** empty log message ***

parent 31b7de2b
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ generator with built-in pre- and post-processing facilities</h1> ...@@ -33,7 +33,7 @@ generator with built-in pre- and post-processing facilities</h1>
<h2>Description</h2> <h2>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,
with built-in pre- and post-processing facilities. Its primal goal is with built-in pre- and post-processing facilities. Its primal goal is
to provide a simple meshing tool for academic test cases with to provide a simple meshing tool for academic test cases with
...@@ -210,7 +210,8 @@ are included in the archives. ...@@ -210,7 +210,8 @@ are included in the archives.
<a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a> <a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a>
--> -->
</ul> </ul>
Old versions are still <A href="/gmsh/bin/">available</a>. <p>
Version 1.34 is still available <A href="/gmsh/bin/">here</a>.
<p> <p>
<a name="opengl-footnote"></a><a <a name="opengl-footnote"></a><a
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<H1>README 1/10</H1> <H1>README 1/10</H1>
[<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>] [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>]
<PRE> <PRE>
$Id: tutorial.html,v 1.33 2002-04-24 22:12:43 geuzaine Exp $ $Id: tutorial.html,v 1.34 2002-09-11 18:30:11 geuzaine Exp $
Here are the examples in the Gmsh tutorial. These examples are Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input commented (both C and C++-style comments can be used in Gmsh input
...@@ -120,10 +120,10 @@ all the other views, select the 'Apply next changes to all views' or ...@@ -120,10 +120,10 @@ all the other views, select the 'Apply next changes to all views' or
[NOTE: All the options specified interactively can also be directly [NOTE: All the options specified interactively can also be directly
specified in the ascii input files. All available options, with their specified in the ascii input files. All available options, with their
current values, can be saved into a file by selecting 'File-&gt;Save current values, can be saved into a file by selecting 'File-&gt;Save
as-&gt;Geometry-&gt;Gmsh current options', or simply viewed by pressing the as-&gt;Gmsh options', or simply viewed by pressing the '?' button in the
'?' button in the status bar. To save the current options as your status bar. To save the current options as your default preferences
default preferences for all future Gmsh sessions, use the for all future Gmsh sessions, use the 'Options-&gt;Save options now'
'Options-&gt;Save options now' menu.] menu.]
OK, that's all, folks. Enjoy the tutorial. OK, that's all, folks. Enjoy the tutorial.
...@@ -304,8 +304,8 @@ Characteristic Length{6,22,2,3,16,12} = lc * 2 ; ...@@ -304,8 +304,8 @@ Characteristic Length{6,22,2,3,16,12} = lc * 2 ;
<I><FONT COLOR="#B22222">// If the transformation tools are handy to create complex geometries, <I><FONT COLOR="#B22222">// If the transformation tools are handy to create complex geometries,
</FONT></I><I><FONT COLOR="#B22222">// it is sometimes useful to generate the flat geometry, consisting </FONT></I><I><FONT COLOR="#B22222">// it is sometimes useful to generate the flat geometry, consisting
</FONT></I><I><FONT COLOR="#B22222">// only of the explicit list elementary entities. This can be achieved </FONT></I><I><FONT COLOR="#B22222">// only of the explicit list elementary entities. This can be achieved
</FONT></I><I><FONT COLOR="#B22222">// by selecting the 'File-&gt;Save as-&gt;Geometry-&gt;Gmsh unrolled geometry' </FONT></I><I><FONT COLOR="#B22222">// by selecting the 'File-&gt;Save as-&gt;Gmsh unrolled geometry' menu or by
</FONT></I><I><FONT COLOR="#B22222">// menu or by typing </FONT></I><I><FONT COLOR="#B22222">// typing
</FONT></I><I><FONT COLOR="#B22222">// </FONT></I><I><FONT COLOR="#B22222">//
</FONT></I><I><FONT COLOR="#B22222">// &gt; gmsh t2.geo -0 </FONT></I><I><FONT COLOR="#B22222">// &gt; gmsh t2.geo -0
</FONT></I><I><FONT COLOR="#B22222">// </FONT></I><I><FONT COLOR="#B22222">//
...@@ -413,10 +413,9 @@ Geometry.Color.Surfaces = Geometry.Color.Points; ...@@ -413,10 +413,9 @@ Geometry.Color.Surfaces = Geometry.Color.Points;
</FONT></I> </FONT></I>
<I><FONT COLOR="#B22222">// A click on the '?' button in the status bar of the graphic window <I><FONT COLOR="#B22222">// A click on the '?' button in the status bar of the graphic window
</FONT></I><I><FONT COLOR="#B22222">// will dump all current options to the terminal. To save all </FONT></I><I><FONT COLOR="#B22222">// will dump all current options to the terminal. To save all
</FONT></I><I><FONT COLOR="#B22222">// available options to a file, use the 'File-&gt;Save as-&gt;Geometry-&gt;Gmsh </FONT></I><I><FONT COLOR="#B22222">// available options to a file, use the 'File-&gt;Save as-&gt;Gmsh options'
</FONT></I><I><FONT COLOR="#B22222">// current options' menu. To save the current options as the default </FONT></I><I><FONT COLOR="#B22222">// menu. To save the current options as the default options for all
</FONT></I><I><FONT COLOR="#B22222">// options for all future Gmsh sessions, use the 'Options-&gt;Save </FONT></I><I><FONT COLOR="#B22222">// future Gmsh sessions, use the 'Options-&gt;Save options now' menu.
</FONT></I><I><FONT COLOR="#B22222">// options now' menu.
</FONT></I></PRE> </FONT></I></PRE>
<HR> <HR>
<A NAME="file5"> <A NAME="file5">
...@@ -1073,7 +1072,7 @@ Include &quot;view4.pos&quot; ; ...@@ -1073,7 +1072,7 @@ Include &quot;view4.pos&quot; ;
<I><FONT COLOR="#B22222">// Some general options are set (all the options specified <I><FONT COLOR="#B22222">// Some general options are set (all the options specified
</FONT></I><I><FONT COLOR="#B22222">// interactively can be directly specified in the ascii input </FONT></I><I><FONT COLOR="#B22222">// interactively can be directly specified in the ascii input
</FONT></I><I><FONT COLOR="#B22222">// files. The current options can be saved into a file by selecting </FONT></I><I><FONT COLOR="#B22222">// files. The current options can be saved into a file by selecting
</FONT></I><I><FONT COLOR="#B22222">// 'File-&gt;Save as-&gt;Geometry-&gt;Gmsh current options'). </FONT></I><I><FONT COLOR="#B22222">// 'File-&gt;Save as-&gt;Gmsh options').
</FONT></I> </FONT></I>
General.Trackball = 0 ; General.Trackball = 0 ;
General.RotationX = 0 ; General.RotationX = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment