From: Mathias Anselmann Date: Thu, 5 Nov 2020 12:52:41 +0000 (+0100) Subject: added proposed changes X-Git-Tag: v9.3.0-rc1~928^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3469c70e1b353f3f2c2384c72b6948500c405fa0;p=dealii.git added proposed changes --- diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index df2c6bdff4..6d8b19d3c2 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -65,11 +65,11 @@ public: * not support rotation matrices in the periodicity definition, i.e., the * respective argument in the GridTools::collect_periodic_faces() may not * be different from the identity matrix. - * If no level_relevant_dofs are passed as second argument the function uses - * the locally relevant level DoFs, extracted by - * DoFTools::extract_locally_relevant_level_dofs(). Otherwise the user - * provided IndexSets are used on each level, which should define a superset - * of locally relevant DoFs and allows the user to add additional indices to + * If no level_relevant_dofs are passed as the second argument, the function + * uses the locally relevant level DoFs, extracted by + * DoFTools::extract_locally_relevant_level_dofs(). Otherwise, the + * user-provided IndexSets, which should define a superset of locally relevant + * DoFs, are used on each level to allow the user to add additional indices to * the set of constrained DoFs. */ template @@ -354,6 +354,7 @@ MGConstrainedDoFs::make_zero_boundary_constraints( } + template inline void MGConstrainedDoFs::make_no_normal_flux_constraints(