From: Wolfgang Bangerth Date: Sat, 13 Feb 2010 16:23:41 +0000 (+0000) Subject: Announce new step-16. X-Git-Tag: v8.0.0~6463 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b66edac4887235761b1be66ee36451c6e0cbfc;p=dealii.git Announce new step-16. git-svn-id: https://svn.dealii.org/trunk@20598 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 89288579b4..2aa6020f37 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -92,6 +92,25 @@ inconvenience this causes.

General

    +
  1. +

    + Improved: + Over the last few months, the multigrid implementation has seen + significant rewrites, with much of the work done by Bärber + Janssen. The goal — now achieved — was to finally fully + support multigrid also for continuous finite elements on adaptively + refined meshes (uniformly refined meshes and discontinuous elements + have worked for a long time). As part of this process, + @ref step_16 "step-16" has + been rewritten and now solves the same problem + @ref step_6 "step-6" solves, just + with a multigrid solver. +
    + (Bärber Janssen, WB 2010/02/13) +

    +
  2. + +
  3. New: The version of boost