From fd3c54743547915dba3525374ac050aca7ec20a3 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 7 May 2018 14:17:31 +0200 Subject: [PATCH] Added entries in tutorial.h.in --- doc/doxygen/tutorial/tutorial.h.in | 20 ++++++++++++++++++-- doc/news/changes/minor/20180507LucaHeltai | 5 +++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 doc/news/changes/minor/20180507LucaHeltai diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index dd5467d284..68a85a50cc 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -431,6 +431,12 @@ * Solving a Poisson problem discretized with an interior penalty DG * method and a multilevel preconditioner in a matrix-free fashion using * a massively parallel implementation. + * + * + * step-60 + * Distributed Lagrange multipliers for the solution of + * Poisson problems in complex domains with constraints defined + * on non-matching grids. * * * @@ -584,7 +590,8 @@ * step-35, * step-36, * step-42, - * step-44 + * step-44, + * step-60 * * * @@ -594,7 +601,8 @@ * * step-10, * step-11, - * step-32 + * step-32, + * step-60 * * * @@ -699,6 +707,14 @@ * * * + * + * Non matching algorithms + * + * + * step-60 + * + * + * * *

Linear solvers

* diff --git a/doc/news/changes/minor/20180507LucaHeltai b/doc/news/changes/minor/20180507LucaHeltai new file mode 100644 index 0000000000..a89b3f9409 --- /dev/null +++ b/doc/news/changes/minor/20180507LucaHeltai @@ -0,0 +1,5 @@ +New: A new tutorial program, step-60, shows how to deal with non-matching discretizations using +Distributed Lagrange Multipliers. +
+(Luca Heltai, Giovanni Alzetta, 2018/05/07) + -- 2.39.5