From: wolf Date: Tue, 9 Mar 2004 05:47:59 +0000 (+0000) Subject: Augment documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c177ca9a0e56774d2950d26ea7cf46feff44476c;p=dealii-svn.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@8691 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 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 {