From: Wolfgang Bangerth Date: Tue, 1 Mar 2005 20:18:07 +0000 (+0000) Subject: Fix MGDoFHandler and unused vertices. X-Git-Tag: v8.0.0~14571 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657c157815e2c8db539a6481d603aa4a9e150dcf;p=dealii.git Fix MGDoFHandler and unused vertices. git-svn-id: https://svn.dealii.org/trunk@9937 0785d39b-7218-0410-832d-ea1e28bc413d --- 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