]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos in the documentation. 1638/head
authorDavid Wells <wellsd2@rpi.edu>
Fri, 18 Sep 2015 19:51:53 +0000 (15:51 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 18 Sep 2015 19:52:40 +0000 (15:52 -0400)
include/deal.II/grid/tria_accessor.h
include/deal.II/numerics/matrix_tools.h

index fcc3f7a2b01f130a503a94f00f3ca48d0ab8b2fe..dd59f11ea5b5b72e06b30c18205e4b088f26e027 100644 (file)
@@ -253,7 +253,7 @@ public:
   static const unsigned int space_dimension = spacedim;
 
   /**
-   * Dimensionality of the object that the thing represented by this accessopr
+   * Dimensionality of the object that the thing represented by this accessor
    * is part of. For example, if this accessor represents a line that is part
    * of a hexahedron, then this value will be three.
    */
@@ -1505,7 +1505,7 @@ public:
   static const unsigned int space_dimension = spacedim;
 
   /**
-   * Dimensionality of the object that the thing represented by this accessopr
+   * Dimensionality of the object that the thing represented by this accessor
    * is part of. For example, if this accessor represents a line that is part
    * of a hexahedron, then this value will be three.
    */
@@ -2176,10 +2176,10 @@ public:
    * refined: <tt>cell->neighbor(neighbor)->neighbor_child_on_subface(face_no,
    * subface_no)==cell</tt>. In 3D, a coarser neighbor can still be refined.
    * In that case subface_no denotes the child index of the neighbors face
-   * that relates to our face: <tt>cell->neighbor(neighbor)->face(face_no)->ch
-   * ild(subface_no)==cell->face(neighbor)</tt>. This case in 3d and how it
-   * can happen is discussed in the introduction of the step-30 tutorial
-   * program.
+   * that relates to our face:
+   * <tt>cell->neighbor(neighbor)->face(face_no)->child(subface_no)==cell->face(neighbor)</tt>.
+   * This case in 3d and how it can happen is discussed in the introduction of
+   * the step-30 tutorial program.
    *
    * This function is impossible for <tt>dim==1</tt>.
    */
@@ -2805,7 +2805,7 @@ CellAccessor<dim,spacedim>::id() const
   CellAccessor<dim,spacedim> ptr = *this;
   while (ptr.level()>0)
     {
-      // find the 'v'st child of our parent we are
+      // determine which child we are
       unsigned char v=-1;
       for (unsigned int c=0; c<ptr.parent()->n_children(); ++c)
         {
index e2ce2c844158c90df4b93ac8c3badd11134ccd63..7c4ad805a654cfb3e92f8738ea373d46e57110ac 100644 (file)
@@ -182,7 +182,7 @@ namespace TrilinosWrappers
  * 2). The size of the matrix is equal to the number of degrees of freedom
  * that have support on the boundary, i.e. it is <em>not</em> a matrix on all
  * degrees of freedom, but only a subset. (The $\phi_i$ in the formula are
- * this subsect of basis functions which have at least part of their support
+ * the subset of basis functions which have at least part of their support
  * on $\Gamma$.) In order to determine which shape functions are to be
  * considered, and in order to determine in which order, the function takes a
  * @p dof_to_boundary_mapping; this object maps global DoF numbers to a

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.