From 59db84e389bf2334676968642730a997e0008e5c Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 14 Feb 2003 22:48:57 +0000 Subject: [PATCH] Templatize on dofhandler type. git-svn-id: https://svn.dealii.org/trunk@7096 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/hp.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index 674a18e369..c5863f819e 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -32,13 +32,21 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  1. - Changed: The TriaDimensionInfo and - DoFDimensionInfo classes that were used to + Changed: Many of the functions in DoFTools + are now templatized to accept both DoFHandler + and hpDoFHandler objects. +
    + (WB 2003/02/14) +

    + +
  2. + 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 + have been renamed to TriaIteratorSelector + and DoFIteratorSelector, since that is what they are.
    (WB 2003/02/13) -- 2.39.5