From bc3700f507cad7355c113647c650b2e0556c7e9a Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 18 Nov 2013 01:52:08 +0000 Subject: [PATCH] mention changes git-svn-id: https://svn.dealii.org/trunk@31696 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 0c189bee36..80b7a85a8f 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -211,6 +211,12 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: GridGenerator::parallelogram was not instantiated properly + on intel compilers. +
    + (Timo Heister, 2013/11/17) +
  2. +
  3. Fixed: MappingQ1::transform_real_to_unit_cell() could fail in some cases with very elongated and twisted cells. This should now be fixed -- 2.39.5