From 1c2f34e2301b7691bc209578b6aade1a4efbd611 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Tue, 7 Apr 2020 16:20:53 +0200 Subject: [PATCH] sync tutorial names with doc --- doc/texinfo/gmsh.texi | 8 ++++---- tutorial/c++/t1.cpp | 3 +-- tutorial/c++/t10.cpp | 2 +- tutorial/c++/t13.cpp | 2 +- tutorial/c++/t2.cpp | 3 +-- tutorial/c++/t7.cpp | 2 +- tutorial/c++/t8.cpp | 2 +- tutorial/c++/t9.cpp | 2 +- tutorial/c/t1.c | 3 +-- tutorial/python/t1.py | 3 +-- tutorial/python/t10.py | 2 +- tutorial/python/t13.py | 2 +- tutorial/python/t2.py | 3 +-- tutorial/python/t7.py | 2 +- tutorial/python/t8.py | 2 +- tutorial/python/t9.py | 2 +- tutorial/t1.geo | 3 +-- tutorial/t10.geo | 2 +- tutorial/t13.geo | 2 +- tutorial/t2.geo | 3 +-- tutorial/t7.geo | 2 +- tutorial/t8.geo | 2 +- tutorial/t9.geo | 2 +- 23 files changed, 26 insertions(+), 33 deletions(-) diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index a094a93894..a8ca173de7 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -5125,17 +5125,17 @@ system}. Screencasts that show how to use the GUI are available on @menu * t1.geo:: Geometry basics, elementary entities, physical groups * t2.geo:: Transformations, extruded geometries, volumes -* t3.geo:: Extruded meshes, input parameters, options +* t3.geo:: Extruded meshes, parameters, options * t4.geo:: Built-in functions, holes in surfaces, annotations, entity colors * t5.geo:: Characteristic lengths, macros, loops, holes in volumes * t6.geo:: Transfinite meshes * t7.geo:: Background meshes -* t8.geo:: Post-processing, scripting, animations, options -* t9.geo:: Post-processing plugins (levelsets, sections, annotations) +* t8.geo:: Post-processing and animations +* t9.geo:: Plugins * t10.geo:: Mesh size fields * t11.geo:: Unstructured quadrangular meshes * t12.geo:: Cross-patch meshing with compounds -* t13.geo:: Remeshing a STL file without an underlying CAD model +* t13.geo:: Remeshing an STL file without an underlying CAD model * t14.geo:: Homology and cohomology computation * t15.geo:: Embedded points, lines and surfaces * t16.geo:: Constructive Solid Geometry, OpenCASCADE geometry kernel diff --git a/tutorial/c++/t1.cpp b/tutorial/c++/t1.cpp index 24e227c637..a41f105988 100644 --- a/tutorial/c++/t1.cpp +++ b/tutorial/c++/t1.cpp @@ -2,8 +2,7 @@ // // Gmsh C++ tutorial 1 // -// Elementary entities (points, curves, surfaces), physical groups (points, -// curves, surfaces) +// Geometry basics, elementary entities, physical groups // // ----------------------------------------------------------------------------- diff --git a/tutorial/c++/t10.cpp b/tutorial/c++/t10.cpp index 436cecabd5..064e7880d0 100644 --- a/tutorial/c++/t10.cpp +++ b/tutorial/c++/t10.cpp @@ -2,7 +2,7 @@ // // Gmsh C++ tutorial 10 // -// General mesh size fields +// Mesh size fields // // ----------------------------------------------------------------------------- diff --git a/tutorial/c++/t13.cpp b/tutorial/c++/t13.cpp index eefbddfa8d..183756f9e3 100644 --- a/tutorial/c++/t13.cpp +++ b/tutorial/c++/t13.cpp @@ -2,7 +2,7 @@ // // Gmsh C++ tutorial 13 // -// Remeshing without an underlying CAD model +// Remeshing an STL file without an underlying CAD model // // ----------------------------------------------------------------------------- diff --git a/tutorial/c++/t2.cpp b/tutorial/c++/t2.cpp index d0687cccb1..cd5d7c913c 100644 --- a/tutorial/c++/t2.cpp +++ b/tutorial/c++/t2.cpp @@ -2,8 +2,7 @@ // // Gmsh C++ tutorial 2 // -// Geometrical transformations, extruded geometries, elementary entities -// (volumes), physical groups (volumes) +// Transformations, extruded geometries, volumes // // ----------------------------------------------------------------------------- diff --git a/tutorial/c++/t7.cpp b/tutorial/c++/t7.cpp index 244504fc5d..8cc803b5f5 100644 --- a/tutorial/c++/t7.cpp +++ b/tutorial/c++/t7.cpp @@ -2,7 +2,7 @@ // // Gmsh C++ tutorial 7 // -// Background mesh +// Background meshes // // ----------------------------------------------------------------------------- diff --git a/tutorial/c++/t8.cpp b/tutorial/c++/t8.cpp index ccf6c59996..dc0341a4da 100644 --- a/tutorial/c++/t8.cpp +++ b/tutorial/c++/t8.cpp @@ -2,7 +2,7 @@ // // Gmsh C++ tutorial 8 // -// Post-processing, animations, options +// Post-processing and animations // // ----------------------------------------------------------------------------- diff --git a/tutorial/c++/t9.cpp b/tutorial/c++/t9.cpp index e1957e95aa..55e2d9d6aa 100644 --- a/tutorial/c++/t9.cpp +++ b/tutorial/c++/t9.cpp @@ -2,7 +2,7 @@ // // Gmsh C++ tutorial 9 // -// Post-processing plugins (levelsets, sections, annotations) +// Plugins // // ----------------------------------------------------------------------------- diff --git a/tutorial/c/t1.c b/tutorial/c/t1.c index 5137e50ad6..605c2af7a7 100644 --- a/tutorial/c/t1.c +++ b/tutorial/c/t1.c @@ -2,8 +2,7 @@ Gmsh C tutorial 1 - Elementary entities (points, curves, surfaces), physical groups (points, - curves, surfaces) + Elementary entities (points, curves, surfaces), physical groups --------------------------------------------------------------------------- */ diff --git a/tutorial/python/t1.py b/tutorial/python/t1.py index 7571718f53..e900c14e11 100644 --- a/tutorial/python/t1.py +++ b/tutorial/python/t1.py @@ -2,8 +2,7 @@ # # Gmsh Python tutorial 1 # -# Elementary entities (points, curves, surfaces), physical groups -# (points, curves, surfaces) +# Geometry basics, elementary entities, physical groups # # ------------------------------------------------------------------------------ diff --git a/tutorial/python/t10.py b/tutorial/python/t10.py index 058be0c250..99dfc06dd5 100644 --- a/tutorial/python/t10.py +++ b/tutorial/python/t10.py @@ -2,7 +2,7 @@ # # Gmsh Python tutorial 10 # -# General mesh size fields +# Mesh size fields # # ------------------------------------------------------------------------------ diff --git a/tutorial/python/t13.py b/tutorial/python/t13.py index 9b8c6e4fd3..bc31226013 100644 --- a/tutorial/python/t13.py +++ b/tutorial/python/t13.py @@ -2,7 +2,7 @@ # # Gmsh Python tutorial 13 # -# Remeshing without an underlying CAD model +# Remeshing an STL file without an underlying CAD model # # ------------------------------------------------------------------------------ diff --git a/tutorial/python/t2.py b/tutorial/python/t2.py index 10545559fb..dba1e30924 100644 --- a/tutorial/python/t2.py +++ b/tutorial/python/t2.py @@ -2,8 +2,7 @@ # # Gmsh Python tutorial 2 # -# Geometrical transformations, extruded geometries, elementary entities -# (volumes), physical groups (volumes) +# Transformations, extruded geometries, volumes # # ------------------------------------------------------------------------------ diff --git a/tutorial/python/t7.py b/tutorial/python/t7.py index 0fccf203aa..de3afd086f 100644 --- a/tutorial/python/t7.py +++ b/tutorial/python/t7.py @@ -2,7 +2,7 @@ # # Gmsh Python tutorial 7 # -# Background mesh +# Background meshes # # ------------------------------------------------------------------------------ diff --git a/tutorial/python/t8.py b/tutorial/python/t8.py index 264d2fac55..c0e689e573 100644 --- a/tutorial/python/t8.py +++ b/tutorial/python/t8.py @@ -2,7 +2,7 @@ # # Gmsh Python tutorial 8 # -# Post-processing, animations, options +# Post-processing and animations # # ------------------------------------------------------------------------------ diff --git a/tutorial/python/t9.py b/tutorial/python/t9.py index 865621773f..7f2219f420 100644 --- a/tutorial/python/t9.py +++ b/tutorial/python/t9.py @@ -2,7 +2,7 @@ # # Gmsh Python tutorial 9 # -# Post-processing plugins (levelsets, sections, annotations) +# Plugins # # ------------------------------------------------------------------------------ diff --git a/tutorial/t1.geo b/tutorial/t1.geo index 30aaf01c4d..6fb7acb94e 100644 --- a/tutorial/t1.geo +++ b/tutorial/t1.geo @@ -2,8 +2,7 @@ // // Gmsh GEO tutorial 1 // -// Variables, elementary entities (points, curves, surfaces), physical groups -// (points, curves, surfaces) +// Geometry basics, elementary entities, physical groups // // ----------------------------------------------------------------------------- diff --git a/tutorial/t10.geo b/tutorial/t10.geo index cd699f0f0e..fc91b1e192 100644 --- a/tutorial/t10.geo +++ b/tutorial/t10.geo @@ -2,7 +2,7 @@ // // Gmsh GEO tutorial 10 // -// General mesh size fields +// Mesh size fields // // ----------------------------------------------------------------------------- diff --git a/tutorial/t13.geo b/tutorial/t13.geo index 68f1bfa49f..edbf2896cb 100644 --- a/tutorial/t13.geo +++ b/tutorial/t13.geo @@ -2,7 +2,7 @@ // // Gmsh GEO tutorial 13 // -// Remeshing without an underlying CAD model +// Remeshing an STL file without an underlying CAD model // // ----------------------------------------------------------------------------- diff --git a/tutorial/t2.geo b/tutorial/t2.geo index a976716722..50a7950403 100644 --- a/tutorial/t2.geo +++ b/tutorial/t2.geo @@ -2,8 +2,7 @@ // // Gmsh GEO tutorial 2 // -// Includes, geometrical transformations, extruded geometries, elementary -// entities (volumes), physical groups (volumes) +// Transformations, extruded geometries, volumes // // ----------------------------------------------------------------------------- diff --git a/tutorial/t7.geo b/tutorial/t7.geo index 2d38addcfc..c178ea754a 100644 --- a/tutorial/t7.geo +++ b/tutorial/t7.geo @@ -2,7 +2,7 @@ // // Gmsh GEO tutorial 7 // -// Background mesh +// Background meshes // // ----------------------------------------------------------------------------- diff --git a/tutorial/t8.geo b/tutorial/t8.geo index 995e34cb76..dba8a7ce48 100644 --- a/tutorial/t8.geo +++ b/tutorial/t8.geo @@ -2,7 +2,7 @@ // // Gmsh GEO tutorial 8 // -// Post-processing, scripting, animations, options +// Post-processing and animations // // ----------------------------------------------------------------------------- diff --git a/tutorial/t9.geo b/tutorial/t9.geo index e5dd81aea6..f09d5390bf 100644 --- a/tutorial/t9.geo +++ b/tutorial/t9.geo @@ -2,7 +2,7 @@ // // Gmsh GEO tutorial 9 // -// Post-processing plugins (levelsets, sections, annotations) +// Plugins // // ----------------------------------------------------------------------------- -- GitLab