From 9f93da8bed47998af5c22e586899a8c20ad080fe Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 14 Feb 2003 17:52:04 +0000 Subject: [PATCH] Move the classes declaring the iterator typedefs into namespace internal, to a different file, and rename them from *DimensionInfo to *IteratorSelector, since this is what they do. git-svn-id: https://svn.dealii.org/trunk@7089 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/hp.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index 9fff8cb4ec..674a18e369 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -31,6 +31,19 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: The TriaDimensionInfo and + DoFDimensionInfo classes that were used to + declare typedefs for the iterators have been moved to a namespace + internal (so as to get them out of the class index in the documentation + -- these classes were not meant for use in applications after all), and + have been renamed to TriaIteratorSelector + and DoFIteratorSelector, since that is what + they are. +
    + (WB 2003/02/13) +

    +
  2. Changed: Due to the demand for different DoFHandler classes (mainly for the planned -- 2.39.5