From: guido Date: Thu, 1 Apr 2004 11:21:56 +0000 (+0000) Subject: MGTransferPrebuilt for BlockVector, MGTransferSelect works with target_components... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b00c6ee80ca851e432a21f1efd5c48b05db40d2;p=dealii-svn.git MGTransferPrebuilt for BlockVector, MGTransferSelect works with target_components, MGTransferBlock broken git-svn-id: https://svn.dealii.org/trunk@8936 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 5693a2465b..b0f203305c 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -32,6 +32,17 @@ 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 +
    + (GK 2004/04/01) +

    +
  2. Changed: The FiniteElement classes had a function restrict that returns the restriction matrix from children to the mother cell. Unfortunately, @@ -515,6 +526,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

    deal.II

      +
    1. + Changed: MGTransferSelect uses target components + correctly. Unfortunately, the untested class MGTransferBlock does not work anymore. Since its + usefulness was not clear anyway, this state may continue for a while. +
      + (GK 2004/04/01) +

      +
    2. New: There is now a new FE_Poly class which is templatized for polynomial spaces like