From fc59584efc01f7c50ef930129344729723524d9e Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 11 Dec 2003 18:05:20 +0000 Subject: [PATCH] Added a comment for the last changes on the hp-branch. git-svn-id: https://svn.dealii.org/trunk@8257 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/hp.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index caeb32580e..7d028803e3 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -31,6 +31,20 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: + Changed FE to + FECollection at several places and + also changed depending functions accordingly. Modified the + reserve_space method of + hpDoFHandler to work for 2D + DG-problems. In this context the 2D code for + pre_refinement_notification was + added as well. +
    + (Oliver Kayser-Herold 2003/12/11) +

    +
  2. Changed: Implemented a couple of small modifications to get a first 1D @@ -39,16 +53,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK RefinementListeners, which allow other classes to be informed about Refinements. This is needed for the hpDoFHandler, which - administrates the active_fe_indices + administrates the active_fe_indices in the hpDoFLevels. Once this was implemented, the other changes were straightforward. For 1D, the only thing which had to be changed for hp was the reserve_space method. Last but not least, for the hp-example the - add method was added to the - FECollection. It allows the user to + add method was added to the + FECollection. It allows the user to add new FiniteElementss to the - the FECollection. + the FECollection.
    (Oliver Kayser-Herold 2003/06/1)

    -- 2.39.5