From 3ff66e06b9b0db0fa0d50bf234142531c8eb8a6f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 May 2010 19:25:13 +0000 Subject: [PATCH] Add entry for previous patch of VectorTools::interpolate_boundary_values. git-svn-id: https://svn.dealii.org/trunk@21066 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 4af4eb986b..ffd9f4228a 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -620,6 +620,13 @@ inconvenience this causes.

deal.II

    +
  1. +

    Fixed: VectorTools::interpolate_boundary_values inadvertently produces + an exception when used with hp::DoFHandler objects in 1d. This is now fixed. +
    + (WB 2010/05/04) +

  2. +
  3. Fixed: The GridIn::read_msh function got into trouble if the mesh file had a section that listed physical names for variables. This is now fixed. -- 2.39.5