From: Guido Kanschat Date: Fri, 23 Apr 2004 08:43:20 +0000 (+0000) Subject: entry completed X-Git-Tag: v8.0.0~15252 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d28bd08cea5681c287ff7cb22ca5e0d7bd9194;p=dealii.git entry completed git-svn-id: https://svn.dealii.org/trunk@9097 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 7986810a00..3f3578c45f 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -32,13 +32,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

Incompatibilities

    -
  1. - Changed: the template parameter of MGTransferPrebuilt is now the complete vector type, not - just the value type of the vector. This allows to operate on Vector as well as on BlockVector. Unfortunately, the untested class MGTransferBlock +

  2. Changed: the template parameter of MGTransferPrebuilt is now the complete vector + type, not just the value type of the vector. This allows to operate + on Vector as well as on BlockVector. Unfortunately, the untested class + MGTransferBlock underwent some more + changes without testing, such that it should be used with high + caution.
    (GK 2004/04/01)