<head>
<title>Step-by-Step</title>
<meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
aspects of the library. Each such example has the following structure
follows:</p>
<ol>
- <li> <b>Introduction:</b>A brief description of what the program does and
+ <li> <b>Introduction:</b> A brief description of what the program does and
what is new compared to the previous programs. This also includes a
discussion of the mathematical model and its formulation.
- <li> <b>The commented program:</b>: A listing of the program, interspersed
+ <li> <b>The commented program:</b> A listing of the program, interspersed
with many comments that explain what is going on, how things are done
and why.
- <li> <b>Results:</b>The output of the program, with some comments and
+ <li> <b>Results:</b> The output of the program, with some comments and
interpretation.
- <li> <b>The plain program:</b>Since the program itself usually is a little
+ <li> <b>The plain program:</b> Since the program itself usually is a little
bit unreadable with all the comments intertwingled, we present the
program again, with all comments stripped off, to allow getting an
overview of it.