From b62a922e7d4eeac971b186483df9133092403fe6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Mar 2008 15:08:23 +0000 Subject: [PATCH] More cross-refs. git-svn-id: https://svn.dealii.org/trunk@15873 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_renumbering.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_renumbering.h b/deal.II/deal.II/include/dofs/dof_renumbering.h index 7515b6968c..f2b5e942fa 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -310,7 +310,8 @@ DEAL_II_NAMESPACE_OPEN * testcase outlined above, and a runtime of 5min03s. Although the number * of iterations is only slightly less than with BOOST's Cuthill-McKee * implementation, runtime is significantly less. This, again, may be due - * to cache effects. + * to cache effects. As a consequence, this is the algorithm best suited + * to the testcase, and is in fact used in @ref step_22 "step-22". * * * Minimum degree enumeration as produced by calling the BOOST implementation @@ -454,6 +455,9 @@ class DoFRenumbering * algorithms in the * documentation of the * DoFRenumbering namespace. + * + * This algorithm is used in + * @ref step_22 "step-22". */ template static void -- 2.39.5