From: Wolfgang Bangerth Date: Fri, 7 Mar 2008 15:15:24 +0000 (+0000) Subject: Clarify runtime results. X-Git-Tag: v8.0.0~9296 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de27519a2c297825f3c7bcd6b35f44cb21a99bff;p=dealii.git Clarify runtime results. git-svn-id: https://svn.dealii.org/trunk@15874 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_renumbering.h b/deal.II/deal.II/include/dofs/dof_renumbering.h index f2b5e942fa..632ca14b95 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -231,7 +231,11 @@ DEAL_II_NAMESPACE_OPEN * consequently the better the renumbering of degrees of freedom is * suited for this task. We also state the run-time of the program, in * part determined by the number of iterations needed, for the first 4 - * cycles on one of our machines. + * cycles on one of our machines. Note that the reported times + * correspond to the run time of the entire program, not just the + * affected solver; if a program runs twice as fast with one + * particular ordering than with another one, then this means that the + * actual solver is actually several times faster. * * *