From: Wolfgang Bangerth Date: Sun, 6 Dec 2015 18:01:10 +0000 (-0600) Subject: Document a recent change. X-Git-Tag: v8.4.0-rc2~178^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4a813dc42eaf2f9e05452c1ab6c5ac04f10da8;p=dealii.git Document a recent change. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 08359ac86b..c07f2f0250 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -176,6 +176,13 @@ inconvenience this causes.

General

    +
  1. New: There is now much more documentation for the FiniteElement class, + in particular detailing what one needs to implement when writing finite + element descriptions in derived classes. +
    + (Wolfgang Bangerth, 2015/11/29) +
  2. +
  3. New: There is now a function template numbers::signaling_nan() that is used to create invalid floating point objects. These objects can either be scalars, or of type Tensor, SymmetricTensor, or DerivativeForm. The