From 9b4b737481d241083760cc8758e5237ba17ad84b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 1 Jun 2016 11:58:37 +0100 Subject: [PATCH] mention tutorial and add changelog --- doc/doxygen/tutorial/tutorial.h.in | 21 ++++++++++++++++----- doc/news/changes.h | 6 ++++++ 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index a1ea3d197a..cccd47b35d 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -409,6 +409,11 @@ * step-54 * Using CAD files to describe the boundary of your domain. * + * + * + * step-56 + * Geometric Multigrid for Stokes. + * * * * @@ -491,7 +496,8 @@ * step-31, * step-32, * step-43, - * step-44 + * step-44, + * step-56 * * * @@ -695,7 +701,8 @@ * step-39, * step-41, * step-42, - * step-43 + * step-43, + * step-56 * * * @@ -720,7 +727,8 @@ * step-22, * step-31, * step-32, - * step-43 + * step-43, + * step-56 * * * @@ -837,7 +845,8 @@ * step-31, * step-32, * step-35, - * step-46 + * step-46, + * step-56 * * * @@ -918,7 +927,9 @@ * step-22, * step-31, * step-32, - * step-35 + * step-35, + * step-56 + * * * * diff --git a/doc/news/changes.h b/doc/news/changes.h index 30791ff3be..350a1001ad 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -120,6 +120,12 @@ inconvenience this causes.

General

    +
  1. New: The tutorial step-56 demonstrates Geometric Multigrid for the + Stokes equations. +
    + (Ryan Grove, Timo Heister, 2016/06/01) +
  2. +
  3. Improved: The step-44 tutorial now uses the new CellDataStorage class to store and retrieve local quadrature point data. An alternative approach to solving the linear system using the LinearOperator class has been implemented. -- 2.39.5