From d81f0c03933dd91c9cbc65752cdb14376fa23e75 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 29 May 2021 11:21:50 -0400 Subject: [PATCH] Improve documentation --- include/deal.II/dofs/dof_tools.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index c0980169b2..f92075f96e 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1199,8 +1199,12 @@ namespace DoFTools */ /** - * Same as above but return the selected DoFs as IndexSet. In particular, - * for parallel::TriangulationBase objects this function should be preferred. + * Return an IndexSet describing all dofs that will be constrained by + * interface constraints, i.e. all hanging nodes. + * + * In case of a parallel::shared::Triangulation or a + * parallel::distributed::Triangulation only locally relevant dofs are + * considered. */ template IndexSet -- 2.39.5