From fef9f6723dabd0a480f750ff53b15328fe893894 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 18 Feb 2003 23:12:17 +0000 Subject: [PATCH] Added a comment about introducing the DoFHandler as template parameter at several places... git-svn-id: https://svn.dealii.org/trunk@7173 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/hp.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index 4cf3759aac..9a1017da38 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -31,6 +31,34 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: Introduced the DoFHandler + as template parameter in classes DataOutStack, + DataOutFaces, DataOut and + DataOut_DoFData. + DoFHandler is used as default + template argument to ensure backward compatibility. Added + an overloaded method reinit for the + new hpDoFHandler in class + FEValues. Modified method + interpolate_boundary_values in + class VectorTools to take the + DoFHandler as template + argument. Probably this method must be changed later, when the real + hpDoFHandler is implemented. Added + the first implementation of the + hpDoFHandler which is simply a copy + of the old one. But it should provide a good basis for the new + one. Finally the DoFAccessor is now + instantiated for the new + hpDoFAccessor. Overall these changes + now allow the compilation of some of the sample programs with + the new hpDoFAccessor but obviously + not yet with new functionality. +
    + (Oliver Kayser-Herold 2003/02/18) +

    +
  2. Changed: The DoFHandler::n_boundary_dofs functions have been moved and renamed. They are now -- 2.39.5