From: Martin Kronbichler Date: Fri, 14 Oct 2016 18:39:25 +0000 (+0200) Subject: Add changelog X-Git-Tag: v8.5.0-rc1~562^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317b5bbf252149090c5ae62ea0b095066abd7c9b;p=dealii.git Add changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 143d5c9fed..4cada38b9d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -392,6 +392,13 @@ inconvenience this causes.
    +
  1. New: There is now a function FEEvaluation::JxW() to return the Jacobian + determinant times the quadrature weight in the matrix-free evaluation + routines similary to FEValues. +
    + (Martin Kronbichler, 2016/10/14) +
  2. +
  3. Fixed: GridGenerator::hyper_cube_slit() with colorized set to true is now working correctly.
    @@ -399,7 +406,7 @@ inconvenience this causes.
  4. Fixed: SphericalManifold now behaves correctly also when R>>1 - and the center is not the origin. + and the center is not the origin.
    (Luca Heltai, 2016/10/01)