From be8ca1f2dd06b6305b4b0e1123ffd14c7dc65586 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 9 Mar 2005 03:12:06 +0000 Subject: [PATCH] Changes in multigrid and DoFTools git-svn-id: https://svn.dealii.org/trunk@10053 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 642ef4bffe..f81e8be41b 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -28,6 +28,44 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

+ +

Incompatibilities

+ +

+Following are a few modifications to the library that unfortunately +are incompatible with previous versions of the library, but which we +deem necessary for the future maintainability of the +library. Unfortunately, some of these changes will require +modifications to application programs. We apologize for the +inconvenience this causes. +

+ + +
    +
  1. Changed: DoFTools::make_flux_sparsity_pattern, MGTools::make_flux_sparsity_pattern and similar + functions in these classes do not receive arguments of type FullMatrix<double> anymore. Instead, they + get a Table<2,DoFTools::Coupling>, + which contains more meaningful enums. +
    + (GK 2005/03/09) +

    + +
  2. Changed: Multigrid::Multigrid receives an argument determining the + type of multigrid cycle istead of the minimum and maximum + levels. The latter were rarely used anyway and can be modified by + set_minlevel() and set_maxlevel() +
    + (GK 2005/03/09) +

    + +
+

General

-- 2.39.5