From: Wolfgang Bangerth Date: Mon, 17 Aug 2009 15:49:57 +0000 (+0000) Subject: Grammar police. X-Git-Tag: v8.0.0~7282 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d5e7e2255496bd1608dfc87dc269c899d07f09;p=dealii.git Grammar police. git-svn-id: https://svn.dealii.org/trunk@19286 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_bicgstab.h b/deal.II/lac/include/lac/solver_bicgstab.h index c9faae8363..e05f8a15e8 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -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