From: bangerth Date: Sun, 30 Oct 2011 08:27:34 +0000 (+0000) Subject: More cross-references. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2047fa045591b3bbc9f5004c2a6acedbcf06836;p=dealii-svn.git More cross-references. git-svn-id: https://svn.dealii.org/trunk@24697 0785d39b-7218-0410-832d-ea1e28bc413d --- 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