From: Wolfgang Bangerth Date: Mon, 11 Jul 2016 12:46:28 +0000 (-0500) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~886^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763e30ddfc31a485a22a3677a223aa609bc1831f;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 694cc22ace..4820ab0604 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -336,6 +336,16 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: FEValues::reinit() would sometimes try to be overly + clever and not re-compute information when called with the same + cell twice in a row, even if the underlying triangulation had + been moved, translated, stretched, or otherwise had its vertex + locations changed between the two calls to FEValues::reinit(). + This is now fixed. +
    + (Wolfgang Bangerth, Rajat Arora 2016/07/11) +
  2. +
  3. Fixed: SymmetricTensor::access_raw_entry() erroneously produced an indexing error for rank-4 symmetric tensors. This is now fixed.