From: Luca Heltai Date: Mon, 7 May 2018 12:17:31 +0000 (+0200) Subject: Added entries in tutorial.h.in X-Git-Tag: v9.0.0-rc4~7^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d872d5144f9c431405c8e7e12298943b44af19;p=dealii.git Added entries in tutorial.h.in --- 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) +