From: Jonathan Robey Date: Tue, 9 Aug 2016 04:43:19 +0000 (-0700) Subject: Update changes.h for MGLevelObject::clear() change X-Git-Tag: v8.5.0-rc1~782^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ebe3228c314ab20548d041da887ff19540744ed;p=dealii.git Update changes.h for MGLevelObject::clear() change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e5e4c546f6..c22050c8b6 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,13 @@ inconvenience this causes.
    +
  1. Deprecated: MGLevelObject::clear() deprectated in favor of +MGLevelObject::clear_elements() due to clear() being inconsistent with behavior +of other container objects. +
    +(Jonathan Robey, 2016/08/08) +
  2. +
  3. Changed: Several operators from LocalIntegrators::Divergence got moved to LocalIntegrators::GradDiv and the never used/tested LocalIntegrators::Divergence::grad_div() function got removed.