From b998c287b36879104ed7a880f8d7c71c7c1d33b7 Mon Sep 17 00:00:00 2001
From: bangerth
Date: Sat, 9 Sep 2006 19:47:55 +0000
Subject: [PATCH] Hook in step-24. Fix a few bad references
git-svn-id: https://svn.dealii.org/trunk@13870 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/doxygen/headers/tutorial.h | 2 ++
deal.II/doc/doxygen/tutorial/navbar.html | 5 +++--
deal.II/doc/doxygen/tutorial/toc.html | 7 ++++++-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/deal.II/doc/doxygen/headers/tutorial.h b/deal.II/doc/doxygen/headers/tutorial.h
index 95d31ee996..f8bc8b0a01 100644
--- a/deal.II/doc/doxygen/headers/tutorial.h
+++ b/deal.II/doc/doxygen/headers/tutorial.h
@@ -84,6 +84,8 @@
*
* @ref step_23 "step-23"
*
+ * @ref step_24 "step-24"
+ *
*
*
*/
diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html
index e4c36f329f..1c6323a23c 100644
--- a/deal.II/doc/doxygen/tutorial/navbar.html
+++ b/deal.II/doc/doxygen/tutorial/navbar.html
@@ -41,8 +41,9 @@
Step 18
Step 19
Step 20
- Step 21
- Step 23
+ Step 21
+ Step 23
+ Step 24
diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html
index 3163b98088..8693db1035 100644
--- a/deal.II/doc/doxygen/tutorial/toc.html
+++ b/deal.II/doc/doxygen/tutorial/toc.html
@@ -171,10 +171,15 @@ At present, the following programs exist:
preconditioners working on the Schur complement.
- Step 23
+ Step 23
What's new: Finally a time dependent problem, the
wave equation.
+
+ Step 24
+ What's new: A variant of step-23 with absorbing
+ boundary conditions, and extracting practically useful data.
+
--
2.39.5