]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Review comments 16749/head
authorMartin Kronbichler <martin.kronbichler@rub.de>
Tue, 19 Mar 2024 14:41:15 +0000 (15:41 +0100)
committerMartin Kronbichler <martin.kronbichler@rub.de>
Tue, 19 Mar 2024 14:41:15 +0000 (15:41 +0100)
include/deal.II/lac/orthogonalization.h
include/deal.II/lac/solver_gmres.h

index 1466f7315d6b777644fefc6823530d00eab92d64..d69ccb7f149275ee9cf7e2023de93e957d27eac3 100644 (file)
@@ -44,8 +44,8 @@ namespace LinearAlgebra
      * Use classical Gram-Schmidt algorithm with two orthogonalization
      * iterations and delayed orthogonalization using the algorithm described
      * in @cite Bielich2022. This approach works on multi-vectors with a
-     * single global reduction (of multiple elements) and more efficient than
-     * the modified Gram-Schmidt algorithm. At the same time, it
+     * single global reduction (of multiple elements) and is more efficient
+     * than the modified Gram-Schmidt algorithm. At the same time, it
      * unconditionally performs the second orthogonalization step, making it
      * more stable than the classical Gram-Schmidt variant. For deal.II's own
      * vectors, there is no additional cost compared to the classical
index 66a2b49c80bd02b0016aba024e5ee76907e1aba7..667bb99a033227410eb1bc77485f131985fa9c0c 100644 (file)
@@ -591,7 +591,7 @@ protected:
   /**
    * Estimates the eigenvalues from the Hessenberg matrix, H_orig, generated
    * during the inner iterations for @p n vectors in total. Uses these
-   * estimate to compute the condition number. Calls the signals
+   * estimates to compute the condition number. Calls the signals
    * eigenvalues_signal and cond_signal with these estimates as arguments.
    */
   static void
@@ -1645,7 +1645,7 @@ namespace internal
       // one where the orthogonalization has finished (i.e., end of inner
       // iteration in GMRES) and we can safely overwrite the content of the
       // tridiagonal matrix and right hand side, and the case during the inner
-      // iterations where need to create copies of the matrices in the QR
+      // iterations where we need to create copies of the matrices in the QR
       // decomposition as well as the right hand side.
       if (orthogonalization_strategy ==
           LinearAlgebra::OrthogonalizationStrategy::

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.