From: Wolfgang Bangerth Date: Fri, 2 Dec 2022 22:57:09 +0000 (-0700) Subject: List step 12b in the list of tutorials. X-Git-Tag: v9.5.0-rc1~766^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b061dfea6cdfa45e9b11cdc58f5b47e42fe046b;p=dealii.git List step 12b in the list of tutorials. --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 926ae7d96b..5d2b3dd7a6 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -202,6 +202,12 @@ * * * + * step-12b + * A variant of step-12 (for linear advection problems), but + * using the MeshWorker framework for the assembly of linear systems. + * + * + * * step-13 * Software design questions and * how to write a modular, extensible finite element program.