From d35d770396fe014a1ee8a0493fe563dbbc6f12ff Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 May 2013 21:55:19 +0000 Subject: [PATCH] Add a sentence to the documentation. git-svn-id: https://svn.dealii.org/trunk@29505 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/convergence_table.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/convergence_table.h b/deal.II/include/deal.II/base/convergence_table.h index 7ab30b21da..a262a6be3b 100644 --- a/deal.II/include/deal.II/base/convergence_table.h +++ b/deal.II/include/deal.II/base/convergence_table.h @@ -118,7 +118,9 @@ public: * This is useful, for example, if we use as reference key the number of * degrees of freedom or better, the number of cells. Assuming that the * error is proportional to $ C (1/\sqrt{k})^r $ in 2D, then this method - * will produce the rate $r$ as a result. + * will produce the rate $r$ as a result. For general dimension, as described + * by the last parameter of this function, the formula needs to be + * $ C (1/\sqrt[dim]{k})^r $. * * @note Since this function adds columns to the table after several rows * have already been filled, it switches off the auto fill mode of the -- 2.39.5