]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a bunch of misspellings of the name "Dirichlet".
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 May 2013 09:12:28 +0000 (09:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 11 May 2013 09:12:28 +0000 (09:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@29499 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/matrix_tools.h

index abb91c8194bc2651fdd119b98caa74cd3f64d94d..fb3dca6ce8ea922652adb59b3d68324ae63566d8 100644 (file)
@@ -602,7 +602,7 @@ namespace MatrixCreator
  * respect for fixed degrees of freedom, and in a second step eliminate them
  * again from the linear system. The inclusion into the assembly process is as
  * follows: when the matrix and vectors are set up, a list of nodes subject to
- * dirichlet bc is made and matrix and vectors are modified accordingly. This
+ * Dirichlet bc is made and matrix and vectors are modified accordingly. This
  * is done by deleting all entries in the matrix in the line of this degree of
  * freedom, setting the main diagonal entry to a suitable positive value and
  * the right hand side element to a value so that the solution of the linear
@@ -791,7 +791,7 @@ namespace MatrixTools
   using namespace MatrixCreator;
 
   /**
-   * Apply dirichlet boundary conditions
+   * Apply Dirichlet boundary conditions
    * to the system matrix and vectors
    * as described in the general
    * documentation.
@@ -805,7 +805,7 @@ namespace MatrixTools
                          const bool             eliminate_columns = true);
 
   /**
-   * Apply dirichlet boundary
+   * Apply Dirichlet boundary
    * conditions to the system
    * matrix and vectors as
    * described in the general
@@ -823,7 +823,7 @@ namespace MatrixTools
 
 #ifdef DEAL_II_WITH_PETSC
   /**
-   * Apply dirichlet boundary conditions to
+   * Apply Dirichlet boundary conditions to
    * the system matrix and vectors as
    * described in the general
    * documentation. This function works on
@@ -923,7 +923,7 @@ namespace MatrixTools
 
 #ifdef DEAL_II_WITH_TRILINOS
   /**
-   * Apply dirichlet boundary
+   * Apply Dirichlet boundary
    * conditions to the system matrix
    * and vectors as described in the
    * general documentation. This
@@ -980,7 +980,7 @@ namespace MatrixTools
                          const bool                eliminate_columns = true);
 
   /**
-   * Apply dirichlet boundary
+   * Apply Dirichlet boundary
    * conditions to the system matrix
    * and vectors as described in the
    * general documentation. This

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.