From: Timo Heister Date: Wed, 21 Oct 2015 15:38:04 +0000 (-0400) Subject: update documentation X-Git-Tag: v8.4.0-rc2~277^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b2d25ddc8ab0b2ec4860c51b00c5e1397ef8936;p=dealii.git update documentation --- diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index 3dddfd03d8..9f58071a34 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -94,7 +94,10 @@ public: get_boundary_indices () const DEAL_II_DEPRECATED; /** - * Return the indices of dofs for each level that are subject to boundary constraints. + * Return the indices of level dofs on the given level that are subject to + * Dirichlet boundary conditions (as set by the @p function_map parameter in + * initialize()). The indices are restricted to the set of locally relevant + * level dofs. */ const IndexSet & get_boundary_indices (const unsigned int level) const;