From 317b5bbf252149090c5ae62ea0b095066abd7c9b Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 14 Oct 2016 20:39:25 +0200 Subject: [PATCH] Add changelog --- doc/news/changes.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)
  5. -- 2.39.5