]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix typos
authorTimo Heister <timo.heister@gmail.com>
Wed, 6 Nov 2013 15:05:14 +0000 (15:05 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 6 Nov 2013 15:05:14 +0000 (15:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@31565 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_renumbering.h

index bfce0f76fc00ad81eaaa4e2c657f143cf67b5e1a..9484864df3de0313800773cb6d5ec96a99e387cd 100644 (file)
@@ -120,7 +120,7 @@ DEAL_II_NAMESPACE_OPEN
  * results.  However, after all there is no algorithm that
  * accomplishes this within reasonable time. There are situations
  * where the lack of optimality even leads to worse results than with
- * the original, crude, levelwise numering scheme; one of these
+ * the original, crude, levelwise numbering scheme; one of these
  * examples is a mesh of four cells of which always those cells are
  * refined which are neighbors to the center (you may call this mesh a
  * `zoom in' mesh). In one such example the bandwidth was increased by
@@ -345,7 +345,7 @@ DEAL_II_NAMESPACE_OPEN
  *     after DoFHandler::distribute_dofs. The minimum degree algorithm does not
  *     attempt to minimize the bandwidth of a matrix but to minimize the amount
  *     of fill-in a LU decomposition would produce, i.e. the number of places in
- *     the matrix that would be occupied by elements of an LU decompisition that
+ *     the matrix that would be occupied by elements of an LU decomposition that
  *     are not already occupied by elements of the original matrix. The resulting
  *     sparsity pattern obviously has an entirely different structure than the
  *     ones produced by algorithms trying to minimize the bandwidth.
@@ -466,7 +466,7 @@ namespace DoFRenumbering
    * on algorithms implemented in the Boost Graph Library (BGL) by Jeremy Siek
    * and others.
    *
-   * While often slighty slower to compute, the algorithms using BOOST often
+   * While often slightly slower to compute, the algorithms using BOOST often
    * lead to matrices with smaller bandwidths and sparse ILUs based on this
    * numbering are therefore more efficient.
    *
@@ -602,7 +602,7 @@ namespace DoFRenumbering
    * You can give a triangulation level to which this function is to be
    * applied.  Since with a level-wise numbering there are no hanging nodes,
    * no constraints can be used, so the respective parameter of the previous
-   * function is ommitted.
+   * function is omitted.
    *
    * See the general documentation of this class for details on the different
    * methods.

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.