From: Martin Kronbichler Date: Mon, 6 Aug 2018 15:52:35 +0000 (+0200) Subject: Changelog. X-Git-Tag: v9.1.0-rc1~841^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c1348ab0a25d70a93ffca269023f71c3a7c27b;p=dealii.git Changelog. --- diff --git a/doc/news/changes/minor/20180806MartinKronbichler-1 b/doc/news/changes/minor/20180806MartinKronbichler-1 new file mode 100644 index 0000000000..9fa96ca6c7 --- /dev/null +++ b/doc/news/changes/minor/20180806MartinKronbichler-1 @@ -0,0 +1,6 @@ +New: The new function +MatrixFreeOperators::CellwiseInverseMassMatrix::transform_from_q_points_to_basis() +enables to change the basis from a representation in quadrature points into +the original basis of FEEvaluation. +
+(Martin Kronbichler, 2018/08/06)