From 301edccf15e06220157ea05deddaf7f4f1613a25 Mon Sep 17 00:00:00 2001 From: goll Date: Thu, 26 Jan 2012 09:52:26 +0000 Subject: [PATCH] Improved find_active_cell_around_point and point_value to work with hp. git-svn-id: https://svn.dealii.org/trunk@24935 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f8e55547bb..6ab07c62fd 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -82,6 +82,11 @@ enabled due to a missing include file in file
    +
  1. Improved: VectorTools::point_value now also works within the hp framework. +Fixed: GridTools::find_active_cell_around_point for the hp-case works now also with MappingCollections containing only one mapping, as is the standard case in other functions using hp. +
    +(Christian Goll, 2012/01/26) +
  2. Fixed: parallel::distributed::refine_and_coarsen_fixed_fraction() contained a rounding bug that often produced wrong results.
    -- 2.39.5