From: hartmann Date: Mon, 23 Jan 2006 12:33:26 +0000 (+0000) Subject: Fix MGDoFHandler::distribute_dofs and renumber functions for coarsened grids. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d133357b6df40a05418b5b660fd2e33d195aea;p=dealii-svn.git Fix MGDoFHandler::distribute_dofs and renumber functions for coarsened grids. git-svn-id: https://svn.dealii.org/trunk@12126 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 0fc8b4eb0b..e1efa3a701 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -325,6 +325,16 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The MGDoFHandler::distribute_dofs and renumber functions could not handle + coarsened grids (unused vertices, faces and cells). This is now + fixed. +
    + (RH 2006/1/23) +

    +
  2. New: The Mapping class and derived classes now have functions clone() that return a new object of the same