From 8b2d25ddc8ab0b2ec4860c51b00c5e1397ef8936 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 21 Oct 2015 11:38:04 -0400 Subject: [PATCH] update documentation --- include/deal.II/multigrid/mg_constrained_dofs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.5