]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor doc fixes. 10919/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 15 Sep 2020 23:26:23 +0000 (17:26 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 15 Sep 2020 23:26:23 +0000 (17:26 -0600)
include/deal.II/grid/tria_accessor.h

index f54176e70f611b2de4b592c1c95989faf77c21da..3af0cabae73f1b8c6d1b5c8882c33d94baf86995 100644 (file)
@@ -2926,7 +2926,7 @@ public:
   /**
    * Return an iterator to the neighboring cell on the other side of the face
    * with number @p face_no. If the neighbor does not exist,
-   * i.e., if the @p ith face of the current object is at the boundary, then
+   * i.e., if the face with number @p face_no of the current object is at the boundary, then
    * an invalid iterator is returned.
    *
    * Consequently, the index @p face_no must be less than n_faces().
@@ -2964,7 +2964,7 @@ public:
    * Return the level of the neighboring cell on the other side of the face with
    * number @p face_no. If the neighbor does not exist, this function returns -1.
    *
-   * This function is equivalent to <tt>cell->neighbor(face_no)->level()</tt>.
+   * This function is equivalent to `cell->neighbor(face_no)->level()`.
    * See neighbor() for more details.
    */
   int
@@ -2972,7 +2972,7 @@ public:
 
   /**
    * Return the how-many'th neighbor this cell is of
-   * <tt>cell->neighbor(face_no)</tt>, i.e. return the @p other_face_no such that
+   * <tt>cell->neighbor(face_no)</tt>, i.e. return @p other_face_no such that
    * <tt>cell->neighbor(face_no)->neighbor(other_face_no)==cell</tt>. This
    * function is the right one if you want to know how to get back from a
    * neighbor to the present cell.
@@ -2986,7 +2986,7 @@ public:
 
   /**
    * Return, whether the neighbor is coarser then the present cell. This is
-   * important in case of ansiotropic refinement where this information does
+   * important in case of anisotropic refinement where this information does
    * not depend on the levels of the cells.
    *
    * Note, that in an anisotropic setting, a cell can only be coarser than

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.