From 202909133510bf452ddbdb4e1b319d148a0163c6 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 21 Feb 2003 21:10:51 +0000 Subject: [PATCH] Michael's new reordering scheme. git-svn-id: https://svn.dealii.org/trunk@7220 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 6bac839afa..6aff88d819 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -739,6 +739,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + New: The GridReordering class now uses a + vastly better algorithm in 2d than previously. The new algorithm is + linear in time, where it could be exponential before. +
    + (Michael Anderson 2003/02/21) +

    +
  2. New: There is now a function GridIn::read_xda that allows reading -- 2.39.5