From: bangerth Date: Mon, 22 Sep 2008 01:45:13 +0000 (+0000) Subject: Augment documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91fb1bbd16eb1b916059fd272669759456b0d118;p=dealii-svn.git Augment documentation git-svn-id: https://svn.dealii.org/trunk@16889 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 522ab8e3cc..8a11c1f62c 100644 --- a/deal.II/deal.II/include/dofs/dof_renumbering.h +++ b/deal.II/deal.II/include/dofs/dof_renumbering.h @@ -170,6 +170,11 @@ DEAL_II_NAMESPACE_OPEN * matrix structure and additionally have a good numbering within each * block. * + * The component_wise() function allows not only to honor enumeration based on + * vector components, but also allows to group together vector components into + * "blocks". See @ref GlossComponent vs @ref GlossBlock for a description of + * the difference. + * * *

Cell-wise numbering

*