From: Ralf Hartmann Date: Mon, 23 Jan 2006 12:33:26 +0000 (+0000) Subject: Fix MGDoFHandler::distribute_dofs and renumber functions for coarsened grids. X-Git-Tag: v8.0.0~12549 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420302821d664e5b666232fc9fbe98ddb5c5f549;p=dealii.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