From 4824d6d21509f881abcf6a40d73dec5a7600855f Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 21 Jan 2022 22:29:58 +0100 Subject: [PATCH] Update docu of NonMatching::FEImmersedSurfaceValues --- include/deal.II/non_matching/fe_immersed_values.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/non_matching/fe_immersed_values.h b/include/deal.II/non_matching/fe_immersed_values.h index daf0034fdf..4dd93b5965 100644 --- a/include/deal.II/non_matching/fe_immersed_values.h +++ b/include/deal.II/non_matching/fe_immersed_values.h @@ -60,7 +60,8 @@ namespace NonMatching * Constructor. Gets cell-independent data from mapping and finite element * objects, matching the quadrature rule and update flags. * - * @note Currently this class is only implemented for MappingCartesian. + * @note Currently this class is only implemented for MappingCartesian and + * MappingQ. */ FEImmersedSurfaceValues(const Mapping & mapping, const FiniteElement & element, -- 2.39.5