From 393a1aa683a51190acfa0a0a9ce9895d33cc96f4 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 17 Jun 2016 13:42:56 -0700 Subject: [PATCH] changelog, link step-55 --- doc/doxygen/tutorial/tutorial.h.in | 24 +++++++++++++++++++----- doc/news/changes.h | 6 ++++++ 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index cccd47b35d..20eb41c08b 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -411,6 +411,11 @@ * * * + * step-55 + * Solving the Stokes problem in parallel. + * + * + * * step-56 * Geometric Multigrid for Stokes. * @@ -497,6 +502,7 @@ * step-32, * step-43, * step-44, + * step-55, * step-56 * * @@ -510,7 +516,8 @@ * step-33, * step-41, * step-42, - * step-43 + * step-43, + * step-55 * * * @@ -521,7 +528,8 @@ * step-17, * step-18, * step-19, - * step-40 + * step-40, + * step-55 * * * @@ -530,7 +538,8 @@ * * * step-32, - * step-42 + * step-42, + * step-55 * * * @@ -540,7 +549,8 @@ * * step-32, * step-40, - * step-42 + * step-42, + * step-55 * * * @@ -714,7 +724,8 @@ * step-18, * step-32, * step-40, - * step-42 + * step-42, + * step-55 * * * @@ -728,6 +739,7 @@ * step-31, * step-32, * step-43, + * step-55, * step-56 * * @@ -846,6 +858,7 @@ * step-32, * step-35, * step-46, + * step-55, * step-56 * * @@ -928,6 +941,7 @@ * step-31, * step-32, * step-35, + * step-55, * step-56 * * diff --git a/doc/news/changes.h b/doc/news/changes.h index dc50fed535..f71a2f06e8 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -139,6 +139,12 @@ inconvenience this causes.

General

    +
  1. New: The tutorial step-55 shows how to solve the Stokes system + in parallel with PETSc or Trilinos. +
    + (Timo Heister, 2016/06/17) +
  2. +
  3. New: The tutorial step-56 demonstrates Geometric Multigrid for the Stokes equations.
    -- 2.39.5