From 2ad8c4d88ff76d145caf84b1a6116cf3fad48ed8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 30 Oct 2006 16:11:56 +0000 Subject: [PATCH] Link to step-21 git-svn-id: https://svn.dealii.org/trunk@14128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-23/doc/intro.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-23/doc/intro.dox b/deal.II/examples/step-23/doc/intro.dox index de59cf8f97..b11f5ae957 100644 --- a/deal.II/examples/step-23/doc/intro.dox +++ b/deal.II/examples/step-23/doc/intro.dox @@ -2,7 +2,8 @@

Introduction

This is the first of a number of tutorial programs that will finally -cover time-dependent problems. In particular, this program introduces +cover "real" time-dependent problems, not the slightly odd form of time +dependence found in @ref step_18 "step-18" or the DAE model of @ref step_21 "step-21". In particular, this program introduces the wave equation in a bounded domain. Later, @ref step_24 "step-24" will consider an example of absorbing boundary conditions, and @ref step_25 "step-25" a kind of nonlinear wave equation producing -- 2.39.5