]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Step-63: Fix two typos 9834/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 6 Apr 2020 00:20:27 +0000 (19:20 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 6 Apr 2020 00:20:27 +0000 (19:20 -0500)
examples/step-63/step-63.cc

index 0935d1a923550756c6390d098662b2bb624206b5..88937cc992cf4a219f06813c7355b8cdaf00f7c8 100644 (file)
@@ -1033,7 +1033,7 @@ namespace Step63
   // The last thing to note is that since our problem is non-symmetric, we must
   // use an appropriate Krylov subspace method. We choose here to
   // use GMRES since it offers the guarantee of residual reduction in each
-  // iteration. The major disavantage of GMRES is that, for each iteration, we
+  // iteration. The major disavantage of GMRES is that, for each iteration,
   // the number of stored temporary vectors increases by one, and one also needs
   // to compute a scalar product with all previously stored vectors. This is
   // rather expensive. This requirement is relaxed by using the restarted GMRES
@@ -1047,7 +1047,7 @@ namespace Step63
   // iteration counts by using a powerful GMG preconditioner, so we have picked
   // the restart length such that all of the results shown below converge prior
   // to restart happening, and thus we have a standard GMRES method. If the user
-  // is interested, another sutaible method offered in deal.II would be
+  // is interested, another suitable method offered in deal.II would be
   // BiCGStab.
 
   template <int dim>

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.