From: bangerth
Date: Fri, 8 Sep 2006 22:01:34 +0000 (+0000)
Subject: Hook step-23 into the process
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e137cc3fec47b9dead7d60d9a76b3434c7b599;p=dealii-svn.git
Hook step-23 into the process
git-svn-id: https://svn.dealii.org/trunk@13869 0785d39b-7218-0410-832d-ea1e28bc413d
---
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.
+