From 9425bf0a92bf085230c9ccb9abbc2c0b7635a232 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Jan 2016 16:32:28 -0600 Subject: [PATCH] Add a 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 2e1af662cb..ab1f6ea546 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -213,6 +213,13 @@ inconvenience this causes. (Wolfgang Bangerth, 2016/01/07) +
  • New: deal.II now provides a string DEAL_II_ALWAYS_INLINE + that, when supported by the compiler, can be used to annotate functions + to ensure that the compiler always inlines them. +
    + (Matthias Maier, Wolfgang Bangerth, 2016/01/07) +
  • +
  • New: constrained_linear_operator() and constrained_right_hand_side() provide a generic mechanism of applying constraints to a LinearOperator. A detailed explanation with example code is given in the @ref constraints -- 2.39.5