From: Peter Munch Date: Fri, 21 Jan 2022 21:29:58 +0000 (+0100) Subject: Update docu of NonMatching::FEImmersedSurfaceValues X-Git-Tag: v9.4.0-rc1~577^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13279%2Fhead;p=dealii.git Update docu of NonMatching::FEImmersedSurfaceValues --- 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,