From: David Wells Date: Sat, 19 Dec 2015 00:28:13 +0000 (-0500) Subject: Add a changes.h entry for shifted_matrix.h fixes. X-Git-Tag: v8.4.0-rc2~148^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1995%2Fhead;p=dealii.git Add a changes.h entry for shifted_matrix.h fixes. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index ceeaa7988f..3a6519717d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -513,6 +513,12 @@ inconvenience this causes.
    +
  1. Fixed: The implementation of ShiftedMatrixGeneralized contained several + errors that prevented it from being compiled. These have now been fixed. +
    + (David Wells, 2015/12/18) +
  2. +
  3. New: There is now a function Triangulation::get_triangulation() that allows writing code to get at the underlying triangulation for everything that looks like a container, i.e., both Triangulation