From: Daniel Arndt Date: Fri, 4 Aug 2017 21:46:54 +0000 (+0200) Subject: Changelog entry X-Git-Tag: v9.0.0-rc1~1327^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0081932e1d28d712fe4c360c7c5e480d59d6670;p=dealii.git Changelog entry --- diff --git a/doc/news/changes/minor/20170804DanielArndt-1 b/doc/news/changes/minor/20170804DanielArndt-1 new file mode 100644 index 0000000000..c9a060359f --- /dev/null +++ b/doc/news/changes/minor/20170804DanielArndt-1 @@ -0,0 +1,6 @@ +New: MappingQGeneric uses tensorized evaluation for maybe_update_Jacobians, +maybe_compute_q_points and maybe_update_jacobian_grads in case +the Quadrature object represents a tensor product of identical +one-dimensional quadrature formulas. +
+(Daniel Arndt, 2017/08/04)