From 852a635e7a81f4d20cd6bd8fbde31219fa8183e3 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 7 Oct 2020 13:26:06 +0200 Subject: [PATCH] Changelog --- doc/news/changes/minor/20201007MartinKronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20201007MartinKronbichler diff --git a/doc/news/changes/minor/20201007MartinKronbichler b/doc/news/changes/minor/20201007MartinKronbichler new file mode 100644 index 0000000000..4107e55f35 --- /dev/null +++ b/doc/news/changes/minor/20201007MartinKronbichler @@ -0,0 +1,6 @@ +New: Mapping::transform_points_real_to_unit_cell() can compute the operation +of Mapping::transform_real_to_unit_cell() on many points simultaneously, which +can be much faster for MappingQGeneric and derived classes that involve +expensive operations to compute the support points of the mapping. +
+(Martin Kronbichler, 2020/10/07) -- 2.39.5