From: Peter Munch Date: Mon, 6 Sep 2021 16:24:07 +0000 (+0200) Subject: Update documentation of MGTransferGlobalCoarsening regarding supported elements X-Git-Tag: v9.4.0-rc1~996^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe63ce5c39181cd0e7d9e65de19548ff825bc31;p=dealii.git Update documentation of MGTransferGlobalCoarsening regarding supported elements --- 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