From a4a11c6cafed7e0d44258963776028e4b948a052 Mon Sep 17 00:00:00 2001 From: grahambenharper Date: Sun, 7 Jul 2019 01:19:22 -0600 Subject: [PATCH] Touch up documentation for FE_PolyTensor to address multiple mappings --- include/deal.II/fe/fe_poly_tensor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe_poly_tensor.h b/include/deal.II/fe/fe_poly_tensor.h index c755a6f2a6..89034a6f45 100644 --- a/include/deal.II/fe/fe_poly_tensor.h +++ b/include/deal.II/fe/fe_poly_tensor.h @@ -129,11 +129,13 @@ DEAL_II_NAMESPACE_OPEN * transformations can be selected from the set MappingType and stored in * #mapping_type. Therefore, each constructor should contain a line like: * @code - * this->mapping_type = mapping_none; + * this->mapping_type = {mapping_none}; * @endcode * (in case no mapping is required) or using whatever value among * the ones defined in MappingType is appropriate for the element you - * are implementing. + * are implementing. If each shape function may be mapped by different + * mappings, then @p mapping_type may be a vector with the same number + * of elements as there are shape functions. * * @see PolynomialsBDM, PolynomialsRaviartThomas * @ingroup febase -- 2.39.5