From: goll Date: Thu, 26 Jan 2012 09:52:26 +0000 (+0000) Subject: Improved find_active_cell_around_point and point_value to work with hp. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301edccf15e06220157ea05deddaf7f4f1613a25;p=dealii-svn.git 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 --- 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.