diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 1bd6b49cd36bd1914ebd2ceb54dc1ce6f09c50f2..c31f553f1cc39a0275b4612d62a74808f815c27a 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -961,7 +961,7 @@ the API: see @url{@value{GITLAB-PREFIX}/examples,examples} and * t5:: Mesh sizes, macros, loops, holes in volumes * t6:: Transfinite meshes, deleting entities * t7:: Background meshes -* t8:: Post-processing and animations +* t8:: Post-processing, image export and animations * t9:: Plugins * t10:: Mesh size fields * t11:: Unstructured quadrangular meshes @@ -1159,7 +1159,7 @@ and Fortran @c ------------------------------------------------------------------------- @node t8, t9, t7, Gmsh tutorial -@section @code{t8}: Post-processing and animations +@section @code{t8}: Post-processing, image export and animations See @url{@value{GITLAB-PREFIX}/tutorials/t8.geo,t8.geo}. diff --git a/tutorials/README.txt b/tutorials/README.txt index f02623eab4e9013ab220ef8cbe225889a11d8acc..f274e8e9f2776318ede67345583bb670da623aa7 100644 --- a/tutorials/README.txt +++ b/tutorials/README.txt @@ -39,7 +39,7 @@ Table of contents * t5: Mesh sizes, loops, holes in volumes * t6: Transfinite meshes, deleting entities * t7: Background meshes -* t8: Post-processing and animations +* t8: Post-processing, image export and animations * t9: Plugins * t10: Mesh size fields * t11: Unstructured quadrangular meshes diff --git a/tutorials/fortran/t8.f90 b/tutorials/fortran/t8.f90 index 7e94e073cfe532d972d79a05b27fc26ac6b5f3ad..eed8e70262b8dc3b5fc12c0261ae4c62f314be1d 100644 --- a/tutorials/fortran/t8.f90 +++ b/tutorials/fortran/t8.f90 @@ -2,7 +2,7 @@ ! ! Gmsh Fortran tutorial 8 ! -! Post-processing and animations +! Post-processing, image export and animations ! ! ------------------------------------------------------------------------------ diff --git a/tutorials/python/t8.py b/tutorials/python/t8.py index 69cf5e8fea20299664f0bbef37beb49d389f7068..cffe944d3cf7385860c41fef76520e3162bbd171 100644 --- a/tutorials/python/t8.py +++ b/tutorials/python/t8.py @@ -2,7 +2,7 @@ # # Gmsh Python tutorial 8 # -# Post-processing and animations +# Post-processing, image export and animations # # ------------------------------------------------------------------------------ diff --git a/tutorials/t8.geo b/tutorials/t8.geo index 2888f1dc4b6b0e7e208b576dfa15bb66ad9803af..c160af5f84e4f28a87c9d947b05b85666112633b 100644 --- a/tutorials/t8.geo +++ b/tutorials/t8.geo @@ -2,7 +2,7 @@ // // Gmsh GEO tutorial 8 // -// Post-processing and animations +// Post-processing, image export and animations // // -----------------------------------------------------------------------------