From d0e137cc3fec47b9dead7d60d9a76b3434c7b599 Mon Sep 17 00:00:00 2001
From: bangerth
Date: Fri, 8 Sep 2006 22:01:34 +0000
Subject: [PATCH] Hook step-23 into the process
git-svn-id: https://svn.dealii.org/trunk@13869 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/doxygen/headers/tutorial.h | 2 ++
deal.II/doc/doxygen/tutorial/navbar.html | 4 +++-
deal.II/doc/doxygen/tutorial/toc.html | 5 +++++
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/deal.II/doc/doxygen/headers/tutorial.h b/deal.II/doc/doxygen/headers/tutorial.h
index d8c2e7da69..95d31ee996 100644
--- a/deal.II/doc/doxygen/headers/tutorial.h
+++ b/deal.II/doc/doxygen/headers/tutorial.h
@@ -82,6 +82,8 @@
*
* @ref step_21 "step-21"
*
+ * @ref step_23 "step-23"
+ *
*
*
*/
diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html
index c97ce51462..e4c36f329f 100644
--- a/deal.II/doc/doxygen/tutorial/navbar.html
+++ b/deal.II/doc/doxygen/tutorial/navbar.html
@@ -40,7 +40,9 @@
Step 17
Step 18
Step 19
- Step 20
+ Step 20
+ Step 21
+ Step 23
diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html
index d3dc69792c..3163b98088 100644
--- a/deal.II/doc/doxygen/tutorial/toc.html
+++ b/deal.II/doc/doxygen/tutorial/toc.html
@@ -170,6 +170,11 @@ At present, the following programs exist:
matrices and block vectors to define more complicated solvers and
preconditioners working on the Schur complement.
+
+ Step 23
+ What's new: Finally a time dependent problem, the
+ wave equation.
+
--
2.39.5