From cc9a80c2a87feab706da83d691745ea71fd29e30 Mon Sep 17 00:00:00 2001 From: grahambenharper Date: Fri, 12 Jul 2019 01:50:31 -0600 Subject: [PATCH] Add a changelog entry for the FE_PolyTensor mappings improvement --- doc/news/changes/minor/20190712GrahamHarper | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20190712GrahamHarper 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) -- 2.39.5