From: Martin Kronbichler Date: Thu, 23 Feb 2017 07:07:27 +0000 (+0100) Subject: Improve description of matrix-free tutorials X-Git-Tag: v8.5.0-rc1~100^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702ee87213d2d04f89c92bfae23f5c51f3049bf2;p=dealii.git Improve description of matrix-free tutorials --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 9cd6ab19cf..5637c9cefa 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -321,7 +321,8 @@ * * step-37 * Solving a Poisson problem with a multilevel preconditioner without - * explicitly storing the matrix (a matrix-free method). + * explicitly storing the matrix (a matrix-free method) in a massively + * parallel context. * * * @@ -396,7 +397,7 @@ * * * step-52 - * Solving the time dependent neutron diffusion equation using + * Solving the time dependent neutron diffusion equation using * Runge-Kutta methods. * * @@ -668,7 +669,7 @@ * * * - * Matrix-free methods + * Matrix-free methods with sum factorization * * * step-37, @@ -731,6 +732,7 @@ * step-17, * step-18, * step-32, + * step-37, * step-40, * step-42, * step-55