]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos 12897/head
authorFabian Castelli <fabian.castelli@kit.edu>
Thu, 28 Oct 2021 09:23:22 +0000 (11:23 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Thu, 28 Oct 2021 09:23:22 +0000 (11:23 +0200)
include/deal.II/grid/tria_description.h
include/deal.II/grid/tria_faces.h
include/deal.II/grid/tria_iterator.h

index 0a75e87d24eec71ef17dff90dc5340242c92bede..ac9dfea989d85eba5b1b03f67574671dac1c50f2 100644 (file)
@@ -455,7 +455,7 @@ namespace TriangulationDescription
      * @endcode
      *
      * Example for parallel::distributed::Triangulation (partitioning can be
-     * skipped, since the trianguation has already been partitioned by p4est):
+     * skipped, since the triangulation has already been partitioned by p4est):
      *
      * @code
      * parallel::distributed::Triangulation<dim, spacedim> tria_base(comm);
@@ -479,7 +479,7 @@ namespace TriangulationDescription
      * @param settings See the description of the Settings enumerator.
      * @param my_rank_in Construct Description for the specified rank (only
      *   working for serial triangulations that have been partitioned by
-     *   functions like GridToold::partition_triangulation()).
+     *   functions like GridTools::partition_triangulation()).
      * @return Description to be used to set up a Triangulation.
      *
      * @note If construct_multigrid_hierarchy is set in the settings, the source
index 92df77cc63dad7443386abeac7d043e58ef32e71..56ef15c61d7286a06932b7ac0476c0713fa830ed 100644 (file)
@@ -31,7 +31,7 @@ namespace internal
     /**
      * This class contains information belonging to the faces of a
      * triangulation. These classes are similar to the TriaLevel classes. As
-     * cells are organised in a hierarchical structure of levels, each
+     * cells are organized in a hierarchical structure of levels, each
      * triangulation consists of several such TriaLevels. However the faces of
      * a triangulation, lower dimensional objects like lines in 2D or lines
      * and quads in 3D, do not have to be based on such a hierarchical
index 086193f7863e8d1fc8206a46dd42961b241cccfa..340af33bd47e4ef824d5805353010f880d1fe470 100644 (file)
@@ -325,7 +325,7 @@ public:
    * like <tt>(*i).index ();</tt>
    *
    * This function has to be specialized explicitly for the different @p
-   * Pointees, to allow an
+   * Pointers, to allow an
    * <tt>iterator<1,TriangulationLevel<1>::LinesData></tt> to point to
    * <tt>tria->lines.cells[index]</tt> while for one dimension higher it has
    * to point to <tt>tria->quads.cells[index]</tt>.

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.