From 214c736b1c19da335d6e153678bf38078d100b86 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 26 Oct 2001 13:00:03 +0000 Subject: [PATCH] Fix a bug which made the GridGenerator::hyper_rectangle function useless in 3d. Probably never tested in 3d. git-svn-id: https://svn.dealii.org/trunk@5163 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.2.0-vs-3.2.1.html | 8 ++++++++ deal.II/doc/news/2001/c-3-2.html | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index 87ade579f2..1b0aa73d81 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,14 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. + Fixed: the GridGenerator::hyper_rectangle function + was broken in 3d. +
    + (WB 2001/10/26) +

    +
  2. Fixed: class SparsityPattern can handle rows of length zero now. For quadratic matrices, these diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 420f2b029c..0c14ebcb77 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -111,6 +111,14 @@ documentation, etc.

    deal.II

      +
    1. + Fixed: the GridGenerator::hyper_rectangle function + was broken in 3d. +
      + (WB 2001/10/26) +

      +
    2. Improved: Both functions DataOut_DoFData::