From: hartmann Date: Fri, 14 Jun 2002 13:22:27 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b9e0526fc9b99143d05564ea2216f082d97700;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@6132 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_dof_handler.h b/deal.II/deal.II/include/multigrid/mg_dof_handler.h index ec85d453de..ea16aecd72 100644 --- a/deal.II/deal.II/include/multigrid/mg_dof_handler.h +++ b/deal.II/deal.II/include/multigrid/mg_dof_handler.h @@ -186,21 +186,18 @@ class MGDoFHandler : public DoFHandler virtual ~MGDoFHandler (); /** - * Go through the triangulation and - * distribute the degrees of freedoms - * needed for the given finite element - * according to the given distribution - * method. We first call the @ref{DoFHandler}'s - * function and then distribute the + * Go through the triangulation + * and distribute the degrees of + * freedoms needed for the given + * finite element according to + * the given distribution + * method. We first call the + * @ref{DoFHandler}'s function + * and then distribute the * levelwise numbers. * - * A copy of the transferred finite - * element is stored. - * - * This function uses the user flags of the - * triangulation object, so make sure you - * don't need them after calling this - * function, or if so store them. + * A copy of the transferred + * finite element is stored. */ virtual void distribute_dofs (const FiniteElement &, const unsigned int offset = 0);