From 0b51440db49daae482ec6cf3260d28a10903882a Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Mon, 2 May 2022 21:57:30 -0400 Subject: [PATCH] documentation --- include/deal.II/multigrid/mg_constrained_dofs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index 5b2605d371..02e30f1c9f 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -96,8 +96,8 @@ public: const ComponentMask & component_mask = ComponentMask()); /** - * Fill the internal data structures with information - * about Dirichlet boundary dofs on level @p level. + * Add Dirichlet boundary dofs to the internal data structures + * on level @p level. * The indices are restricted to the set of locally relevant * level dofs. */ -- 2.39.5