From 2bd74b864ca811f23e22fa7faa40564f0073fc4d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 7 Jun 2016 13:34:07 +0100 Subject: [PATCH] changelog entry --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index d4d02ab212..1d23802909 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -269,6 +269,13 @@ inconvenience this causes.
    +
  1. Fixed: FEFieldFunction now works correctly in distributed computations, + where before exceptions of type ExcPointNotAvailableHere could occur for + evaluation points on or close to a boundary to a ghost cell. +
    + (Timo Heister, 2016/06/06) +
  2. +
  3. Fixed: The Tensor class was not explicitly instantiated. This did not matter in almost all contexts because its members are all defined as @p inline in the header file. The only cases where it matters if one -- 2.39.5