From 121c38299de36e511de3a90d18aea75d8adf2f84 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 18 Feb 2012 09:35:17 +0000
Subject: [PATCH] doc

---
 doc/texinfo/gmsh.texi | 13 ++++++++++++-
 tutorial/t13.geo      |  7 ++++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 4f00c02193..f5c9f54778 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -236,6 +236,7 @@ Tutorial
 * t11.geo::                     
 * t12.geo::                     
 * t13.geo::                     
+* t14.geo::                     
 
 Options
 
@@ -4508,6 +4509,7 @@ system}. Screencasts that show how to use the GUI are available on
 * t11.geo::                     
 * t12.geo::                     
 * t13.geo::                     
+* t14.geo::                     
 @end menu
 
 @c -------------------------------------------------------------------------
@@ -4622,11 +4624,20 @@ system}. Screencasts that show how to use the GUI are available on
 @c t13.geo
 @c -------------------------------------------------------------------------
 
-@node t13.geo,  , t12.geo, Tutorial
+@node t13.geo, t14.geo, t12.geo, Tutorial
 @section @file{t13.geo}
 
 @verbatiminclude ../../tutorial/t13.geo
 
+@c -------------------------------------------------------------------------
+@c t14.geo
+@c -------------------------------------------------------------------------
+
+@node t14.geo,  , t13.geo, Tutorial
+@section @file{t14.geo}
+
+@verbatiminclude ../../tutorial/t14.geo
+
 @c =========================================================================
 @c Options
 @c =========================================================================
diff --git a/tutorial/t13.geo b/tutorial/t13.geo
index 1b882131ef..2571f79d7d 100644
--- a/tutorial/t13.geo
+++ b/tutorial/t13.geo
@@ -1,7 +1,7 @@
-/********************************************************************* 
+/*********************************************************************
  *
  *  Gmsh tutorial 13
- * 
+ *
  *  Remeshing STL with compounds
  *
  *********************************************************************/
@@ -47,4 +47,5 @@ Field[1].F = "2*Sin((x+y)/5) + 3";
 Background Field = 1;
 
 Mesh.RemeshAlgorithm = 1; // (0) no split (1) automatic (2) automatic only with metis
-Mesh.RemeshParametrization = 1; // (0) harmonic (1) conformal 
+Mesh.RemeshParametrization = 1; // (0) harmonic (1) conformal
+Geometry.HideCompounds = 0; // don't hide the compound entities
-- 
GitLab