From: Martin Kronbichler Date: Tue, 14 Apr 2015 11:41:46 +0000 (+0200) Subject: List change X-Git-Tag: v8.3.0-rc1~275^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153aa5e7062677abf18f9b72badc6efd2707cec8;p=dealii.git List change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 0ce94d881e..199c9ae358 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -440,6 +440,11 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: The class SymmetricTensor<2,dim> is now usable also for dim>3. +
    + (Martin Kronbichler, 2015/04/14) +
  2. +
  3. New: The DynamicSparsityPattern class (formerly called CompressedSparsityPattern) now has an iterator class that allows to walk over the nonzero elements of a matrix represented by this class.