From 420302821d664e5b666232fc9fbe98ddb5c5f549 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 23 Jan 2006 12:33:26 +0000 Subject: [PATCH] Fix MGDoFHandler::distribute_dofs and renumber functions for coarsened grids. git-svn-id: https://svn.dealii.org/trunk@12126 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.5