From 6783ec5b870a96ae6abba577fc1b3472985d1923 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 9 Mar 2004 05:47:59 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@8691 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_renumbering.h | 9 ++++++++- 1 file changed, 8 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 85649386e9..3741c050a9 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -188,13 +188,20 @@ * standard library to do its work. * * + * @sect2{Other renumberings} + * + * Apart from the ones discussed above, there are a number of other + * renumbering schemes implemented in this class. Refer to the detailed + * function listings for each of the functions of this class. + * + * * @sect2{Multigrid DoF numbering} * * Most algorithms also work on multigrid degree of freedom numberings. Refer * to the actual function declarations to get more information on this. * * - * @author Wolfgang Bangerth, Guido Kanschat, 1998, 1999, 2000 + * @author Wolfgang Bangerth, Guido Kanschat, 1998, 1999, 2000, 2004 */ class DoFRenumbering { -- 2.39.5