From: grahambenharper Date: Sun, 7 Jul 2019 07:19:22 +0000 (-0600) Subject: Touch up documentation for FE_PolyTensor to address multiple mappings X-Git-Tag: v9.2.0-rc1~1381^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a11c6cafed7e0d44258963776028e4b948a052;p=dealii.git Touch up documentation for FE_PolyTensor to address multiple mappings --- 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