From f2047fa045591b3bbc9f5004c2a6acedbcf06836 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 30 Oct 2011 08:27:34 +0000 Subject: [PATCH] More cross-references. git-svn-id: https://svn.dealii.org/trunk@24697 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_handler.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_handler.h b/deal.II/include/deal.II/dofs/dof_handler.h index b8ee55a3e2..d9989e9e11 100644 --- a/deal.II/include/deal.II/dofs/dof_handler.h +++ b/deal.II/include/deal.II/dofs/dof_handler.h @@ -56,7 +56,8 @@ namespace internal /** * Manage the distribution and numbering of the degrees of freedom for - * non-multigrid algorithms. + * non-multigrid algorithms. The purpose of this class is first discussed + * in the step-2 tutorial program. * * For each vertex, line, quad, etc, we store a list of the indices of degrees * of freedom living on this object. These indices refer to the unconstrained @@ -288,7 +289,9 @@ class DoFHandler : public Subscriptor * distribute the degrees of freedoms * needed for the given finite element * according to the given distribution - * method. + * method. The purpose of this function + * is first discussed in the introduction + * to the step-2 tutorial program. * * The additional optional * parameter @p offset allows you -- 2.39.5