From 9c735c5059d52046aaedaa52be06cbc26c829877 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 26 May 2008 09:32:09 +0000 Subject: [PATCH] Affirm a change and clarify doc. This closes a TODO. git-svn-id: https://svn.dealii.org/trunk@16206 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/convergence_table.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 }; -- 2.39.5