From f9e2a349bb83038eb93ebf6993879e98ab453e02 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 3 Aug 2007 19:28:18 +0000 Subject: [PATCH] Bring all section headers onto the same line git-svn-id: https://svn.dealii.org/trunk@14900 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-24/doc/intro.dox | 3 +-- deal.II/examples/step-27/doc/intro.dox | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-24/doc/intro.dox b/deal.II/examples/step-24/doc/intro.dox index 5e9cf57ecf..ba3aac2c59 100644 --- a/deal.II/examples/step-24/doc/intro.dox +++ b/deal.II/examples/step-24/doc/intro.dox @@ -217,8 +217,7 @@ further down below. -

Appendix: PDEs with Dirac delta functions as right hand side and their -transformation to an initial value problem

+

Appendix: PDEs with Dirac delta functions as right hand side and their transformation to an initial value problem

In the derivation of the initial value problem for the wave equation, we initially found that the equation had the derivative of a Dirac delta function diff --git a/deal.II/examples/step-27/doc/intro.dox b/deal.II/examples/step-27/doc/intro.dox index 94e2f47559..0b6185294a 100644 --- a/deal.II/examples/step-27/doc/intro.dox +++ b/deal.II/examples/step-27/doc/intro.dox @@ -121,8 +121,7 @@ used elements can then be created as follows: -

The hp::DoFHandler class, associating cells with finite -elements, and constraints

+

The hp::DoFHandler class, associating cells with finite elements, and constraints

The next task we have to consider is what to do with the list of finite element objects we want to use. In previous tutorial programs, -- 2.39.5