From: Wolfgang Bangerth Date: Thu, 7 Jan 2016 22:32:28 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v8.4.0-rc2~100^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9425bf0a92bf085230c9ccb9abbc2c0b7635a232;p=dealii.git Add a changelog entry. --- 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