From 91fb1bbd16eb1b916059fd272669759456b0d118 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 22 Sep 2008 01:45:13 +0000 Subject: [PATCH] Augment documentation git-svn-id: https://svn.dealii.org/trunk@16889 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_renumbering.h | 5 +++++ 1 file changed, 5 insertions(+) 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

* -- 2.39.5