From 763e30ddfc31a485a22a3677a223aa609bc1831f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 11 Jul 2016 07:46:28 -0500 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.
    -- 2.39.5