From: wolf
+Table of contents
+
+ Step 1
+
+ Back to the tutorial index
+
+In this chapter, we present a collecting of small programs, each more
+or less built atop of the previous one, which demonstrate various
+aspects of the library. At present, the following programs exist:
+
+Last modified: $Date$
+The deal.II Tutorial
+Your browser does not seem to understand frames. A version of this
+tutorial that does not use frames can be found
+here.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/title.html b/deal.II/doc/tutorial/chapter-2.step-by-step/title.html
new file mode 100644
index 0000000000..e82472acce
--- /dev/null
+++ b/deal.II/doc/tutorial/chapter-2.step-by-step/title.html
@@ -0,0 +1,34 @@
+
+
+
+
+
+The deal.II tutorial - Step-by-step examples
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html b/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html
new file mode 100644
index 0000000000..83b6898e3a
--- /dev/null
+++ b/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+Step-by-Step example
+
+
+
+
+
+
+
+
+
+
+
+ Back to the tutorial index
+
+
+
+Jan Schrage
+
We will discuss the various elements needed for a working finite element program and some of the possibilities - deal.II offers in this respect. + deal.II offers in this respect. This chapter + does not include working programs, but rather snippets of + programs.
-+ (also available in a version + without frames) +
++ This chapter contains several functional programs which + demonstrate successively more complex parts of a finite element + program. +
+ +(also available in a version without frames)
- *********** + NOTE: this example program is not finished and not a good + example after all. +
We will solve the stationary Laplace problem on a square grid with
boundary conditions of the form cos(2*PI*x)cos(2*PI*y)
.
You can also obtain the source code.