From: hartmann Date: Mon, 26 May 2008 09:32:09 +0000 (+0000) Subject: Affirm a change and clarify doc. This closes a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c735c5059d52046aaedaa52be06cbc26c829877;p=dealii-svn.git Affirm a change and clarify doc. This closes a TODO. git-svn-id: https://svn.dealii.org/trunk@16206 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index 8ea48c34c4..3b6225f011 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -72,7 +72,6 @@ class ConvergenceTable: public TableHandler * Do not do anything. */ none, -//TODO:[RH] This is copied from the original. Should it not be vice versa? /** * Quotient of values in * the previous row and in @@ -80,7 +79,13 @@ class ConvergenceTable: public TableHandler */ reduction_rate, /** - * Logarithm of #reduction_rate to the base 2. + * Logarithm of + * #reduction_rate to the + * base 2 representing the + * order of convergence + * when halving the grid + * size, e.g. from h to + * h/2. */ reduction_rate_log2 };