From 7da678c03902753e8a13f7776a38da4c0d76e8a9 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 30 Oct 2003 14:55:54 +0000 Subject: [PATCH] Fix. git-svn-id: https://svn.dealii.org/trunk@8175 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 3008cb1e20..066ebbab4b 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -296,21 +296,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  1. - New: Long requested but never implemented before in the library: there - is now a function GridToold::find_active_cell_around_point that, - given a point, finds the active cell in which this point lies. + New: Long requested but never implemented before in the + library: there is now a function GridTool::find_active_cell_around_point + that, given a point, finds the active cell in which this point + lies.
    (WB 2003/10/30)

    -
  2. - Changed: The SolutionTransfer::interpolate -
    - (Brent Bailey, WB 2003/10/22 and RH 2003/10/24) -

    -
  3. New: MGCoarseGridHouseholder implements a coarse grid solver using QR-factorization. -- 2.39.5