From: bangerth Date: Tue, 4 May 2010 19:25:13 +0000 (+0000) Subject: Add entry for previous patch of VectorTools::interpolate_boundary_values. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e872201b50de888bac74cdf7761f7a931746c4;p=dealii-svn.git Add entry for previous patch of VectorTools::interpolate_boundary_values. git-svn-id: https://svn.dealii.org/trunk@21066 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.