From: Wolfgang Bangerth Date: Wed, 16 Nov 2016 01:08:18 +0000 (-0700) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~380^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6a9cc9ad59d591240874d276a36062f8194b89;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 5d0783186b..508fc343d1 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -437,6 +437,14 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: DataOut::build_patches() ignored a higher order + or Eulerian mapping if no data had previously been attached + via DataOut::add_data_vector(), i.e., if all that was to be output + is the mesh itself. This is now fixed. +
    + (Wolfgang Bangerth, 2016/11/15) +
  2. +
  3. Fixed: Calling MappingQ::clone() did not copy the use_mapping_q_on_all_cells flag that this mapping class gets passed to its constructor. This leads