From 4c6a9cc9ad59d591240874d276a36062f8194b89 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 15 Nov 2016 18:08:18 -0700 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5