From 288c88fdff38480a4abf2d0f77e1fca741d20605 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 9 Mar 2005 15:25:43 +0000 Subject: [PATCH] Re-implementation of execute_refinement in 2d. git-svn-id: https://svn.dealii.org/trunk@10060 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index f81e8be41b..b820c00dbc 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -177,6 +177,18 @@ inconvenience this causes.

deal.II

    +
  1. + Changed: The Triangulation<2>::execute_refinement function has been + re-implemented to accommodate future developments. This change + results in different ordering and indexing of lines and + vertices. This leads to a change in the ordering of vertices in + output files generated by GridOut + for refined grids. +
    + (RH, 2005/03/09) +

    +
  2. Fixed: The class MGDoFHandler had trouble when it encountered a triangulation that had unused vertices, something -- 2.39.5