From 6fe63ce5c39181cd0e7d9e65de19548ff825bc31 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 6 Sep 2021 18:24:07 +0200 Subject: [PATCH] Update documentation of MGTransferGlobalCoarsening regarding supported elements --- include/deal.II/multigrid/mg_transfer_global_coarsening.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/multigrid/mg_transfer_global_coarsening.h b/include/deal.II/multigrid/mg_transfer_global_coarsening.h index 64bbd4aa1e..f50dd6b2bc 100644 --- a/include/deal.II/multigrid/mg_transfer_global_coarsening.h +++ b/include/deal.II/multigrid/mg_transfer_global_coarsening.h @@ -427,9 +427,9 @@ private: * other multigrid transfer operators, the user can provide separate * transfer operators of type MGTwoLevelTransfer between each level. * - * This class currently only works for tensor-product finite elements based on - * FE_Q and FE_DGQ elements. Systems involving multiple components of - * one of these element, as well as, systems with different elements or other + * This class currently only works for the tensor-product finite elements + * FE_Q and FE_DGQ and simplex elements FE_SimplexP and FE_SimplexDGP as well as + * for systems involving multiple components of one of these elements. Other * elements are currently not implemented. */ template -- 2.39.5