From: Matthias Maier Date: Fri, 11 Sep 2015 20:07:45 +0000 (-0500) Subject: add a news/changes.h entry X-Git-Tag: v8.4.0-rc2~438^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfd1ac24608138b8598fab7fbf9e3a5abe6f5f6;p=dealii.git add a news/changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index a153bdb7d0..ce758e30eb 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -122,6 +122,15 @@ inconvenience this causes.
    +
  1. New: A new namespace TensorAccessors is introduced that contains + generic algorithms for tensorial objects, i.e., objects that allow + repeated access via the index operator operator[](unsigned int). + The methods in TensorAccessors is primarily meant to replace old internal + code in tensor.h, but it might also proof useful otherwise. +
    + (Matthias Maier, 2015/09/11) +
  2. +
  3. New: A python script (including instructions) for enabling pretty printing with GDB is now available in /contrib/utilities/dotgdbinit.py.