From: bangerth Date: Sat, 13 Feb 2010 16:22:18 +0000 (+0000) Subject: Announce new step-16. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f89d99f73fdf3c1d6f6b390007efdf09bcce64cd;p=dealii-svn.git Announce new step-16. git-svn-id: https://svn.dealii.org/trunk@20597 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index fc51d93fbf..1513f44159 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -5,7 +5,7 @@ The deal.II news page - + @@ -32,6 +32,21 @@ here.

+
+ 2010/02/13: New multigrid, new step-16 +
+
+ 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, step-16 has + been rewritten and now solves the same problem step-6 solves, just + with a multigrid solver. +
+ +
2009/10/07: step-35 shows the solution of the Navier-Stokes equations