From e747b71eaeb8efe57a8f371d1e7c89cf0ccac818 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 12 Apr 2013 21:04:44 +0000 Subject: [PATCH] Mention removal of deprecated header files. git-svn-id: https://svn.dealii.org/trunk@29264 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index dd2013c41b..9bdbf2bdc2 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -25,6 +25,13 @@ inconvenience this causes.
    +
  1. Removed: A number of header files that have been deprecated a long time +ago have been removed. All of them had previously only included the header file +that had superseded them. To upgrade, simply include the currently used +header file. This is also backward compatible with deal.II 7.3. +
    +(Guido Kanschat, 2013/04/12) +
  2. Removed: The interfaces to the obsolete direct solvers MA27 and MA47 from the Harwell Subroutine Library. Support for the HSL routines were not ported to the new build system. However, the sparse direct solver UMFPACK remains to be @@ -33,7 +40,6 @@ the HSL functions.
    (Matthias Maier, 2013/04/01) -
  3. Changed: The TimeDependent::end_sweep function with an argument indicating the number of threads has been removed. Use the corresponding function without an argument. Since the argument had a default value, few users will have used @@ -51,6 +57,11 @@ this function.
      +
    1. New: The step-49 tutorial program now also has a discussion on + what to do once you have a coarse mesh and want to refine it. +
    2. + (Wolfgang Bangerth, 2013/04/03) +
    3. New: The number of threads used by deal.II/TBB can now be limited at run time. Using MPI based code using PETSc/Trilinos no longer requires you to compile the library without threads. See MPI_InitFinalize and -- 2.39.5