From 0e9c1792d2ea1f82c66d3fe46149e32b8b002680 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 21 May 2008 19:04:22 +0000 Subject: [PATCH] Small markup changes. git-svn-id: https://svn.dealii.org/trunk@16164 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/doc/intro.dox | 11 ++++++----- deal.II/examples/step-16/step-16.cc | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/deal.II/examples/step-16/doc/intro.dox b/deal.II/examples/step-16/doc/intro.dox index 8f13893b97..83f0c68a65 100644 --- a/deal.II/examples/step-16/doc/intro.dox +++ b/deal.II/examples/step-16/doc/intro.dox @@ -4,17 +4,18 @@ This example shows the basic usage of the multilevel functions in deal.II. It solves the Poisson equation with Dirichlet boundary -conditions similar to step 5. +conditions similar to @ref step_5 "step-5". In order to allow sufficient flexibility in conjunction with systems of differential equations and block preconditioners, quite a few different objects have to be created before starting the multilevel method. These are diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index e0eb83d938..91efbaaaa6 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -65,7 +65,7 @@ using namespace dealii; // This class is based on the same - // class in step 5. Remark that we + // class in step-5. Remark that we // replaced the DoFHandler by // MGDoFHandler. since this inherits // from DoFHandler, the new object @@ -121,7 +121,7 @@ LaplaceProblem::LaplaceProblem () : - // This is the function of step 5 + // This is the function of step-5 // augmented by the setup of the // multi-level matrices in the end. template @@ -506,7 +506,7 @@ void LaplaceProblem::solve () // Here is the data output, which is - // a simplified version of step 5. We + // a simplified version of step-5. We // do a standard gnuplot output for // each grid produced in the // refinement process. -- 2.39.5