From 16fe69fec24e2964b4cc295fcb121f6817f057f0 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 30 Apr 2020 21:33:11 +0200 Subject: [PATCH] Added description of step-70 in top level directory. --- doc/doxygen/tutorial/tutorial.h.in | 47 +++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index a087a46422..bf11db9e01 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -576,6 +576,13 @@ * stepping. * * + * + * step-70 + * A fluid structure interaction problem on fully distributed + * non-matching grids, using penalty methods, and a coupling constructed + * through a ParticleHandler object. + * + * * * * @@ -663,7 +670,9 @@ * step-44, * step-55, * step-56, - * step-57 + * step-57, + * step-60, + * step-70 * * * @@ -703,7 +712,9 @@ * step-40, * step-42, * step-50, - * step-55 + * step-55, + * step-60, + * step-70 * * * @@ -735,7 +746,8 @@ * step-55, * step-59, * step-67, - * step-69 + * step-69, + * step-70 * * * @@ -754,7 +766,8 @@ * step-44, * step-60, * step-62, - * step-69 + * step-69, + * step-70 * * * @@ -794,7 +807,8 @@ * step-33, * step-42, * step-43, - * step-57 + * step-57, + * step-70 * * * @@ -890,7 +904,8 @@ * Non matching algorithms * * - * step-60 + * step-60, + * step-70 * * * @@ -969,7 +984,7 @@ * step-42, * step-50, * step-55, - * step-59 + * step-59, * * * @@ -986,7 +1001,8 @@ * step-55, * step-56, * step-57, - * step-60 + * step-60, + * step-70 * * * @@ -1019,7 +1035,8 @@ * * * step-44, - * step-60 + * step-60, + * step-70 * * * @@ -1119,7 +1136,8 @@ * step-46, * step-55, * step-56, - * step-57 + * step-57, + * step-70 * * * @@ -1219,7 +1237,8 @@ * step-35, * step-55, * step-56, - * step-57 + * step-57, + * step-70 * * * @@ -1315,5 +1334,11 @@ * * step-52 * + * + * + * Time dependent fluid structure interaction problems + * + * step-70 + * * */ -- 2.39.5