From: Guido Kanschat Date: Thu, 13 Sep 2007 15:18:06 +0000 (+0000) Subject: Hessians X-Git-Tag: v8.0.0~9855 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39ba317e3e04bf5c634246e28dba88e5e33b97a;p=dealii.git Hessians git-svn-id: https://svn.dealii.org/trunk@15203 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 7b3df1b838..14b1b7a627 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -54,7 +54,13 @@ inconvenience this causes.

base

    -
  1. + +
  2. New: Macro #AssertDimension introduced for easier handling of + ExcDimensionMismatch. +
    + (GK 2007/09/13) +

  3. +
@@ -71,7 +77,17 @@ inconvenience this causes.

deal.II

-
    +
      + +
    1. Improved: In an effort to make names more consistent, second + derivatives in FEValuesBase and UpdateFlags have been renamed to + Hessians. Thus, the clash between the forms 2nd and + second has been removed. Old function and enum names are + available for compatibility but have been marked deprecated. +
      + (GK 2007/09/12) +

    2. +
    3. Fixed+New: The GridOutFlags::Ucd and GridOutFlags::Msh structures now take a new parameter write_lines to output lines with boundary id different @@ -83,6 +99,7 @@ inconvenience this causes.
      (Luca Heltai 2007/09/10)

      +
    4. Extended: The possibilities of graphical output via the DataOut, DataOutFaces and DataOutRotation classes have been extended by the