From: oliver Date: Sun, 1 Jun 2003 14:28:36 +0000 (+0000) Subject: Added a comment about the latest modifications. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2236e181238e78c0a178f4410b77519a2903f1;p=dealii-svn.git Added a comment about the latest modifications. git-svn-id: https://svn.dealii.org/trunk@7714 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index 9a1017da38..caeb32580e 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -31,6 +31,28 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: + Implemented a couple of small modifications to get a first 1D + hp-example running. The Triangulation + class was extended by a method to add + RefinementListeners, which allow + other classes to be informed about Refinements. This is + needed for the hpDoFHandler, which + 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 new FiniteElementss to the + the FECollection. +
    + (Oliver Kayser-Herold 2003/06/1) +

    +
  2. Changed: Introduced the DoFHandler as template parameter in classes DataOutStack,