]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Grammar police.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Aug 2009 15:49:57 +0000 (15:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 17 Aug 2009 15:49:57 +0000 (15:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@19286 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_bicgstab.h

index c9faae836389b2e924c22c1042371d3b58af3b89..e05f8a15e811aeb37025519692a08af124575c39 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -44,7 +44,7 @@ DEAL_II_NAMESPACE_OPEN
  * The Bicgstab-method has two additional parameters: the first is a
  * boolean, deciding whether to compute the actual residual in each step (@p
  * true) or to use the length of the computed orthogonal residual (@p
- * false). Remark, that computing the residual causes a third
+ * false). Note that computing the residual causes a third
  * matrix-vector-multiplication, though no additional preconditioning, in
  * each step. The reason for doing this is, that the size of the
  * orthogonalized residual computed during the iteration may be larger by
@@ -52,7 +52,7 @@ DEAL_II_NAMESPACE_OPEN
  * instabilities related to badly conditioned matrices. Since this
  * instability results in a bad stopping criterion, the default for this
  * parameter is @p true. Whenever the user knows that the estimated residual
- * works reasonably as well, it the flag should be set to @p false in order
+ * works reasonably as well, the flag should be set to @p false in order
  * to increase the performance of the solver.
  *
  * The second parameter is the size of a breakdown criterion. It is

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.