]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Capitalize Gmsh appropriately 6313/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 24 Apr 2018 14:19:36 +0000 (16:19 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 24 Apr 2018 14:19:36 +0000 (16:19 +0200)
cmake/modules/FindGMSH.cmake
include/deal.II/base/config.h.in
include/deal.II/grid/grid_in.h
include/deal.II/grid/grid_out.h

index 5108d784d4b3ee89d669f089017777bab58e25d1..769c4b512e13ed548e5e1d3d67fd8d58740c8098 100644 (file)
@@ -21,7 +21,7 @@
 #   GMSH_EXECUTABLE
 #
 
-SET(GMSH_DIR "" CACHE PATH "An optional hint to a GMSH installation containing the gmsh executable")
+SET(GMSH_DIR "" CACHE PATH "An optional hint to a Gmsh installation containing the gmsh executable")
 SET_IF_EMPTY(GMSH_DIR "$ENV{GMSH_DIR}")
 
 DEAL_II_FIND_PROGRAM(GMSH_EXE gmsh${CMAKE_EXECUTABLE_SUFFIX}
index 151371bdc47e22bfa07ea326f386fd5ad2d316bc..ee542a1f62508bc9473df9c48a33753f18a0981a 100644 (file)
 
 
 /*
- * gmsh:
+ * Gmsh:
  */
 #ifdef DEAL_II_WITH_GMSH
 #  define DEAL_II_GMSH_EXECUTABLE_PATH "@GMSH_EXECUTABLE@"
index ea801023f67db8cf45df235e5451cf621d0e432f..2bdb2152582e04a1bbb08ce053757fe29d4d1727 100644 (file)
@@ -139,8 +139,8 @@ template <int dim> struct CellData;
  * several example files. If the reader does not grok your files, it should be
  * fairly simple to extend it.
  *
- * <li> <tt>Gmsh 1.0 mesh</tt> format: this format is used by the @p GMSH mesh
- * generator (see http://www.geuz.org/gmsh/). The documentation in the @p GMSH
+ * <li> <tt>Gmsh 1.0 mesh</tt> format: this format is used by the @p Gmsh mesh
+ * generator (see http://www.geuz.org/gmsh/). The documentation in the @p Gmsh
  * manual explains how to generate meshes compatible with the deal.II library
  * (i.e. quads rather than triangles). In order to use this format, Gmsh has
  * to output the file in the old format 1.0. This is done adding the line
@@ -435,7 +435,7 @@ public:
 
   /**
    * Read grid data from an msh file, either version 1 or version 2 of that
-   * file format. The GMSH formats are documented at
+   * file format. The Gmsh formats are documented at
    * http://www.geuz.org/gmsh/.
    *
    * @note The input function of deal.II does not distinguish between newline
index ffb732022c2cd225d02d003d41f7737582825574..144e7dffc84dbc9beee0ed39036b24bdb465e1b4 100644 (file)
@@ -924,7 +924,7 @@ public:
   /**
    * Write the triangulation in the msh format.
    *
-   * Msh is the format used by Gmsh and it is described in the gmsh user's
+   * Msh is the format used by Gmsh and it is described in the Gmsh user's
    * guide. Besides the usual output of the grid only, you can decide through
    * additional flags (see below, and the documentation of the
    * GridOutFlags::Msh() class) whether boundary faces with non-zero boundary
@@ -1172,7 +1172,7 @@ public:
   void set_flags (const GridOutFlags::DX &flags);
 
   /**
-   * Set flags for GMSH output
+   * Set flags for Gmsh output
    */
   void set_flags (const GridOutFlags::Msh &flags);
 
@@ -1303,7 +1303,7 @@ private:
   GridOutFlags::DX dx_flags;
 
   /**
-   * Flags for GMSH output. Can be changed by using the set_flags(const
+   * Flags for Gmsh output. Can be changed by using the set_flags(const
    * GridOutFlags::Msh&) function.
    */
   GridOutFlags::Msh     msh_flags;
@@ -1368,7 +1368,7 @@ private:
    * printed which are on the boundary and which have a boundary indicator not
    * equal to zero, since the latter is the default for boundary faces.
    *
-   * Since, in GMSH, geometric elements are continuously numbered, this
+   * Since, in Gmsh, geometric elements are continuously numbered, this
    * function requires a parameter @p next_element_index providing the next
    * geometric element number. This index should have a numerical value equal
    * to one more than the index previously used to write a geometric element
@@ -1378,7 +1378,7 @@ private:
    *
    * @warning @p next_element_index should be (at least) one larger than the
    * current number of triangulation elements (lines, cells, faces) that have
-   * been written to @p out. GMSH will not load the saved file correctly if
+   * been written to @p out. Gmsh will not load the saved file correctly if
    * there are repeated indices.
    *
    * This function unfortunately can not be included in the regular @p
@@ -1421,7 +1421,7 @@ private:
    * printed which are on the boundary and which have a boundary indicator not
    * equal to zero, since the latter is the default for boundary faces.
    *
-   * Since, in GMSH, geometric elements are continuously numbered, this
+   * Since, in Gmsh, geometric elements are continuously numbered, this
    * function requires a parameter @p next_element_index providing the next
    * geometric element number. This index should have a numerical value equal
    * to one more than the index previously used to write a geometric element
@@ -1431,7 +1431,7 @@ private:
    *
    * @warning @p next_element_index should be (at least) one larger than the
    * current number of triangulation elements (lines, cells, faces) that have
-   * been written to @p out. GMSH will not load the saved file correctly if
+   * been written to @p out. Gmsh will not load the saved file correctly if
    * there are repeated indices.
    *
    * This function unfortunately can not be included in the regular @p

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.