From: oliver Date: Sat, 25 Jan 2003 21:50:20 +0000 (+0000) Subject: Added comments about the changes in the DoFAccessor classes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303d1b82397030bdc9f341f8769e2cc8253e1342;p=dealii-svn.git Added comments about the changes in the DoFAccessor classes. git-svn-id: https://svn.dealii.org/trunk@6964 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index 919ccf7673..a011a8495e 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -31,6 +31,24 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: Due to the demand for different DoFHandler classes (mainly for the planned + hp-DoFHandler) the DoFHandler has been introduced as a + template parameter into the DoFAccessor, + the DoFObjectAccessor, + and the DoFCellAccessor classes. + Furthermore the DoFHandler was + also introduced as template parameter into the + DoFDimensionInfo + class. These changes induced several little changes in a couple + of methods to get the code through the compiler. But no + functionality was affected. +
    + (Oliver Kayser-Herold 2003/01/24) +

    +
  2. Changed: There are now overloaded versions of the FEValues::reinit function (and likewise in the