From 75cfd4a0761c8fc22da3e16fd5cf062ad874c277 Mon Sep 17 00:00:00 2001
From: guido
+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. +
+ + +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)
+
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)
+