From c6a6b0a538e18dc090fecc5119558cce89b3ff1c Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 26 Apr 2007 20:48:59 +0000 Subject: [PATCH] changes in multigrid git-svn-id: https://svn.dealii.org/trunk@14643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 40eb58dc4a..eee2283bb3 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -44,6 +44,16 @@ inconvenience this causes.
    + +
  1. Changed: When new multigrid transfer classes were introduced, + the existing class MGTransferSelect was + moved to the new header file + multigrid/mg_transfer_component. It also received a new + base class MGTransferComponent. +
    + (GK 2007/04/26) +

    +
  2. Changed: Everything that is part of the deal.II library has been moved into a namespace dealii. To allow your @@ -1023,6 +1033,15 @@ inconvenience this causes.

    deal.II

      + +
    1. New: The classes MGTransferBlockSelect and MGTransferBlock allow for transfer of multigrid + vectors for single blocks of a system and for several blocks. +
      + (GK 2007/04/26) +

      +
    2. New: There is a new variant of DoFTools::make_sparsity_pattern that can be used to construct sparsity patterns corresponding to problems where one would -- 2.39.5