From: hartmann Date: Tue, 9 Aug 2005 11:09:50 +0000 (+0000) Subject: CellData::rotate removed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e110c4ee07a6f571b786a0caa34e9b84974bb9;p=dealii-svn.git CellData::rotate removed. git-svn-id: https://svn.dealii.org/trunk@11254 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 6798657f55..1907415128 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -152,6 +152,7 @@ inconvenience this causes.
(GK, 2005/07/19)

+
  • Changed: Cygwin has problems linking against deal.II DLLs if you link against more than one dimension dependent library. The linker @@ -163,6 +164,7 @@ inconvenience this causes.
    (Ralf B. Schulz, 2005/07/13)

    +
  • Changed: Under Cygwin, linking against LAPACK and UMFPACK did not work. This is now fixed in the Makefiles. Changes only @@ -170,6 +172,7 @@ inconvenience this causes.
    (Ralf B. Schulz, 2005/07/02)

    +
  • New: The latest version of UMFPACK, version 4.4, has been imported.
    @@ -592,6 +595,16 @@ inconvenience this causes.

    deal.II

      +
    1. + Remove: Due to the reimplementation of the 3d reordering + algorithm in GridReordering two + years ago, the CellData::rotate + function got obsolete. CellData::rotate is now removed. +
      + (RH, 2005/08/09) +

      +
    2. Fixed: It was possible to compare iterators into different DoFHandler objects for equality and inequality as long as