From 4d1aa1b878e0907f5b45f4fca9b6ac24e0b8bff3 Mon Sep 17 00:00:00 2001 From: goll Date: Sun, 22 Jul 2012 13:31:28 +0000 Subject: [PATCH] fixed bug in find_active_cell_around_point git-svn-id: https://svn.dealii.org/trunk@25716 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index a0f1f74698..7d32b7f25e 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -216,6 +216,10 @@ enabled due to a missing include file in file

Specific improvements

    +
  1. Fixed: GridTools::find_active_cell_around_point() works now also if the cell in which the point we look for lies is not adjacent to the closest vertex of p. The tests bits/find_cell_8 and _9 illustrate this. +
    +(Wolfgang Bangerth, Christian Goll 2012/07/22) +
  2. Fixed: Using the SolutionTransfer class with hp::DoFHandler and on meshes where some cells are associated with a FE_Nothing element could result in an error. This is now fixed. -- 2.39.5