From: Timo Heister Date: Tue, 2 Aug 2016 19:46:15 +0000 (+0200) Subject: changelog X-Git-Tag: v8.5.0-rc1~789^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2909%2Fhead;p=dealii.git changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 6444cdfac0..e5e4c546f6 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,13 @@ inconvenience this causes.
    +
  1. Changed: Several operators from LocalIntegrators::Divergence got moved + to LocalIntegrators::GradDiv and the never used/tested + LocalIntegrators::Divergence::grad_div() function got removed. +
    + (Timo Heister, Guido Kanschat, 2016/08/02) +
  2. +
  3. Changed: DoFTools::make_cell_patches() only accepts block lists of type SparsityPattern. The reason is that it has to initialize the size of the pattern on distributed triangulations by computing the @@ -167,6 +174,13 @@ SparsityPattern.

    General

      + +
    1. New: Introduce operators for residuals and interior penalty terms for + the Grad-Div operator in LocalIntegrators::GradDiv. +
      + (Timo Heister, Guido Kanschat, 2016/08/02) +
    2. +
    3. New: Added a new PolarManifold descriptor, that uses a polar coordinate system to compute new points, and modified the existing SphericalManifold