From: wolf Date: Fri, 14 Feb 2003 22:48:57 +0000 (+0000) Subject: Templatize on dofhandler type. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59db84e389bf2334676968642730a997e0008e5c;p=dealii-svn.git Templatize on dofhandler type. git-svn-id: https://svn.dealii.org/trunk@7096 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)