From: grahambenharper Date: Fri, 12 Jul 2019 07:50:31 +0000 (-0600) Subject: Add a changelog entry for the FE_PolyTensor mappings improvement X-Git-Tag: v9.2.0-rc1~1381^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc9a80c2a87feab706da83d691745ea71fd29e30;p=dealii.git Add a changelog entry for the FE_PolyTensor mappings improvement --- diff --git a/doc/news/changes/minor/20190712GrahamHarper b/doc/news/changes/minor/20190712GrahamHarper new file mode 100644 index 0000000000..2e4cb612d2 --- /dev/null +++ b/doc/news/changes/minor/20190712GrahamHarper @@ -0,0 +1,7 @@ +Improved: FE_PolyTensor now supports finite elements with different mapping +types for each shape function. The member variable mapping_type is now of +type std::vector. If the vector contains only one MappingType, +then the same mapping is applied to every shape function. If a list of +MappingTypes is provided, mapping_type[i] will be applied to shape function i. +
+(Graham Harper, 2019/07/12)