From: wolf Date: Thu, 24 May 2001 08:28:41 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649e8b2b72f3a0c6433fdb1aef1430cf7a27e76d;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@4727 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 364fdc4826..298c3d77e3 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -441,6 +441,33 @@ documentation, etc.

deal.II

    +
  1. + New: DoFTools::compute_intergrid_transfer_representation + is a function that generates a matrix representation that can + be used to transfer data from one grid to one component of the + fields on another, finer, grid. +
    + (WB 2001/05/24) +

    + +
  2. + Changed: the GeometryInfo class + has been reverted from a general template that calculates the + values of its member variables by recursion/induction to a set + of explicitely specialized classes. This seemed necessary since + most compilers objected to the old implementation as the + declaration of the values of the class required knowledge of + the elements of the class with one lower dimension which was, + however, only being declared at present except for 1d. Also, + allocating space for variables was difficult as that would mean + declaring specializations after their first use. The new (and + very old) implementation is entirely compatible to the previous + one. +
    + (WB 2001/05/23) +

    +
  3. Changed: the classes that denote flags to the TimeStepBase_Tria class have been move