]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typos.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Feb 2003 18:07:54 +0000 (18:07 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Feb 2003 18:07:54 +0000 (18:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@7075 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_decomposition.h
deal.II/lac/include/lac/sparse_mic.h
deal.II/lac/include/lac/sparse_mic.templates.h

index 555ce7517fd2bb1eb478f0391f7b31a482bfd0b9..f32154d5c6fa05eeab2b21d31452e365c499e1c3 100644 (file)
@@ -70,7 +70,7 @@
  * after its @p{decompose} method is invoked. The @p{decomposed}
  * state is indicated by true value returned by @p{is_decomposed}
  * method. It is legal to apply this decomposition (@p{vmult} method) in
- * decompoed state.
+ * decomposed state.
  *
  *
  * @sect2{Particular implementations}
@@ -91,7 +91,8 @@
  * @author Stephen "Cheffo" Kolaroff, 2002, based on SparseILU implementation by Wolfgang Bangerth
  */
 template <typename number>
-class SparseLUDecomposition : protected SparseMatrix<number>{
+class SparseLUDecomposition : protected SparseMatrix<number>
+{
   public:
 
                                     /**
@@ -179,7 +180,7 @@ class SparseLUDecomposition : protected SparseMatrix<number>{
                                      * factorization of the given
                                      * matrix. After this method
                                      * invokation, and before
-                                     * consequtive reinit invokation
+                                     * consecutive reinit invokation
                                      * this object is in decomposed
                                      * state.
                                      *
index edcdb8701f812954105be3d401e2d578ab3668fa..c52f5b7943c57b27ff0099e6b2875628eaa73395 100644 (file)
@@ -29,7 +29,7 @@
  * where X is a diagonal matrix, defined by the condition rowsum(A) =
  * rowsum(B).
  * 
- * @author Stephen "Cheffo" Kolaroff
+ * @author Stephen "Cheffo" Kolaroff, 2002.
  */
 template <typename number>
 class SparseMIC : public SparseLUDecomposition<number>
@@ -105,9 +105,9 @@ class SparseMIC : public SparseLUDecomposition<number>
                                      *
                                      * If @p{strengthen_diagonal}
                                      * parameter is greater than
-                                     * zero, this method invokes
-                                     * @p{get_strengthen_diagonal_impl
-                                     * ()}.
+                                     * zero, this method invokes the
+                                     * @p{strengthen_diagonal_impl}
+                                     * function of the base class.
                                      *
                                      * Refer to
                                      * @ref{SparseLUDecomposition}
index 677be56cff73a34650ff9829fea0629657090fb1..8d19b392331d29b3d474e0e4d30d2d9b4ab09655 100644 (file)
@@ -107,7 +107,7 @@ void SparseMIC<number>::decompose (const SparseMatrix<somenumber> &matrix,
                                    // x[i] = a[i][i] - sum(k=1, i-1,
                                    //              a[i][k]/x[k]*sum(j=k+1, N, a[k][j]))
        
-                                   // TODO: for sake of siplicity,
+                                   // TODO: for sake of simplicity,
                                    // those are placed here A better
                                    // implementation would store this
                                    // values in the underlying sparse

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.