From: Martin Kronbichler Date: Tue, 24 Mar 2020 06:46:10 +0000 (+0100) Subject: Mention step-67 in header X-Git-Tag: v9.2.0-rc1~338^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209b3bf4e3c2fe0c1b7f1cfcdcb7c1506405e0ab;p=dealii.git Mention step-67 in header --- diff --git a/doc/doxygen/headers/matrixfree.h b/doc/doxygen/headers/matrixfree.h index e7e75ef9f1..becd712f5b 100644 --- a/doc/doxygen/headers/matrixfree.h +++ b/doc/doxygen/headers/matrixfree.h @@ -120,8 +120,8 @@ digraph G * science education, including most of the deal.II developers, because it * appears to be wasteful to re-compute integrals over and over again, instead * of using precomputed data. However, as the tutorial programs step-37, - * step-48, and step-59 show, these concepts usually outperform traditional - * algorithms on modern computer architectures. + * step-48, step-59, step-64, and step-67 show, these concepts usually + * outperform traditional algorithms on modern computer architectures. * * The two main reasons that favor matrix-free computations are the * following: