From 657c157815e2c8db539a6481d603aa4a9e150dcf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 1 Mar 2005 20:18:07 +0000 Subject: [PATCH] Fix MGDoFHandler and unused vertices. git-svn-id: https://svn.dealii.org/trunk@9937 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 250dca9cc1..a579ff7b5f 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -72,6 +72,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Fixed: The class MGDoFHandler had trouble when it + encountered a triangulation that had unused vertices, something + that happens when one coarsens an existing triangulation. In + that case, it would throw unjustified exceptions. This is now + fixed. +
    + (WB, 2005/03/01) +

    +
  2. Fixed: The class Triangulation::RefinementListener had only virtual abstract functions but no virtual destructor. This caused -- 2.39.5