From: wolf Date: Thu, 23 Oct 2003 19:18:16 +0000 (+0000) Subject: Mention Mike's new 3d code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1e0ca5f913a6cc54ba392636c8fe478ea1b939;p=dealii-svn.git Mention Mike's new 3d code. git-svn-id: https://svn.dealii.org/trunk@8146 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index e6b8d76906..9dfade80b8 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -311,7 +311,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK New: There are now functions CellAccessor::neighbor_child_on_subface and DoFCellAccessor::neighbor_child_on_subface ->>>>>>> 1.41 that should be called instead of using GeometryInfo::child_cell_on_face in most cases.
@@ -319,7 +318,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  • ->>>>>>> 1.36 New: GridGenerator has a new function subdivided_hyper_rectangle which generates a rectangle with given corner points and possibly @@ -330,6 +328,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (Joerg Weimar 2003/09/09)

    +
  • + Improved: The 3d grid reordering code in the GridReordering class now uses an algorithm + that is linear in the number of elements. The old code was + exponential, so this is a vast improvement. +
    + (Michael Anderson 2003/09/23) +

    +
  • Improved: GridOut has a an improved functionality for write_eps