From 07aebf7a3eba5f8798f5b8bd2ffcb9bf3aa5494e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 23 Sep 2011 11:50:55 +0000 Subject: [PATCH] new tutorials --- doc/texinfo/gmsh.texi | 42 +++++++++++++++++++++++++++++++----- doc/texinfo/opt_general.texi | 2 +- doc/texinfo/opt_mesh.texi | 2 +- 3 files changed, 39 insertions(+), 7 deletions(-) diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 950e0ed279..2392ddadc9 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -233,6 +233,9 @@ Tutorial * t7.geo:: * t8.geo:: * t9.geo:: +* t10.geo:: +* t11.geo:: +* t12.geo:: Options @@ -3946,7 +3949,6 @@ for(i = 0; i < number_of_triangles; i++)@{ @c ------------------------------------------------------------------------- @node Node ordering, Legacy formats, MSH binary file format, File formats - @section Node ordering @cindex Nodes, ordering @@ -4505,9 +4507,9 @@ the same for all other kinds of values. @cindex Examples @cindex Tutorial -The nine following examples introduce new features gradually, starting with -@file{t1.geo}. The files corresponding to these examples are available in -the @file{tutorial} directory of the Gmsh distribution. +The following examples introduce new features gradually, starting with +@file{t1.geo}. The files corresponding to these examples are available +in the @file{tutorial} directory of the Gmsh distribution. To learn how to run Gmsh on your computer, see @ref{Running Gmsh on your system}. Screencasts that show how to use the GUI are available on @@ -4523,6 +4525,9 @@ system}. Screencasts that show how to use the GUI are available on * t7.geo:: * t8.geo:: * t9.geo:: +* t10.geo:: +* t11.geo:: +* t12.geo:: @end menu @c ------------------------------------------------------------------------- @@ -4601,11 +4606,38 @@ system}. Screencasts that show how to use the GUI are available on @c t9.geo @c ------------------------------------------------------------------------- -@node t9.geo, , t8.geo, Tutorial +@node t9.geo, t10.geo, t8.geo, Tutorial @section @file{t9.geo} @verbatiminclude ../../tutorial/t9.geo +@c ------------------------------------------------------------------------- +@c t10.geo +@c ------------------------------------------------------------------------- + +@node t10.geo, t11.geo, t9.geo, Tutorial +@section @file{t10.geo} + +@verbatiminclude ../../tutorial/t10.geo + +@c ------------------------------------------------------------------------- +@c t11.geo +@c ------------------------------------------------------------------------- + +@node t11.geo, t12.geo, t10.geo, Tutorial +@section @file{t11.geo} + +@verbatiminclude ../../tutorial/t11.geo + +@c ------------------------------------------------------------------------- +@c t12.geo +@c ------------------------------------------------------------------------- + +@node t12.geo, , t11.geo, Tutorial +@section @file{t12.geo} + +@verbatiminclude ../../tutorial/t12.geo + @c ========================================================================= @c Options @c ========================================================================= diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi index a8ba9f6264..e19e7ef77d 100644 --- a/doc/texinfo/opt_general.texi +++ b/doc/texinfo/opt_general.texi @@ -421,7 +421,7 @@ Saved in: @code{General.SessionFileName} @item General.DisplayBorderFactor Border factor for model display (0: model fits window size exactly)@* -Default value: @code{0.333333}@* +Default value: @code{0.2}@* Saved in: @code{General.OptionsFileName} @item General.DoubleBuffer diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi index 40be028218..5e58ac1619 100644 --- a/doc/texinfo/opt_mesh.texi +++ b/doc/texinfo/opt_mesh.texi @@ -451,7 +451,7 @@ Saved in: @code{General.OptionsFileName} @item Mesh.RecombinationAlgorithm Mesh recombination algorithm (0=standard, 1=blossom)@* -Default value: @code{0}@* +Default value: @code{1}@* Saved in: @code{General.OptionsFileName} @item Mesh.RecombineAll -- GitLab