From 303d1b82397030bdc9f341f8769e2cc8253e1342 Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 25 Jan 2003 21:50:20 +0000 Subject: [PATCH] Added comments about the changes in the DoFAccessor classes. git-svn-id: https://svn.dealii.org/trunk@6964 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/hp.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.39.5