From: Jonathan Robey Date: Sun, 24 Jul 2016 17:54:17 +0000 (-0700) Subject: Add update to changes.h X-Git-Tag: v8.5.0-rc1~840^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2858%2Fhead;p=dealii.git Add update to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index bcc7018e65..8ac4e72397 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -150,6 +150,14 @@ inconvenience this causes.

General

    +
  1. + Improved: VectorTools::interpolate() may now be used on FESystems with mixed + interpolating and non-interpolating FEs, if all of the selected components for + interpolation originate from interpolating FEs. +
    + (Jonathan Robey, 2016/07/24) +
  2. +
  3. Improved: VectorTools::interpolate() now takes a ComponentMask to select the components to interpolate.