]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make things a little clearer.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Mar 2005 19:36:52 +0000 (19:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Mar 2005 19:36:52 +0000 (19:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10082 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/intro.html

index 3795cc5f49688db985038bc555f7d0af80b2f057..5963bdbba2df98af625c4f52ada9fabc4011246e 100644 (file)
@@ -3,11 +3,19 @@
 
 <p>
 After we have created a grid in the previous example, we now show how
-we can associate a degree of freedom with each vertex of the
-triangulation. This is a rather simple task, since the library does
-all the work. However, for some algorithms, especially for some linear
-solvers, it is advantageous to have the degrees of freedom numbered
-in a certain sense, and we will use the algorithm of Cuthill and McKee
-to do so. The results are written to a file and visualized using
-GNUPLOT. 
+we can define degree of freedom on this mesh. For this example, we
+will use the lowest order (Q1) finite elements, for which the degrees
+of freedom are associated with the vertices of the mesh. Later
+examples will show higher order elements where degrees of freedom are
+not necessarily associated with nodes any more, but can be associated
+with edges, faces, or cells.
+</p>
+
+<p>
+Defining degrees of freedom ("DoF"s in short) on a mesh is a rather
+simple task, since the library does all the work for you. However, for
+some algorithms, especially for some linear solvers, it is
+advantageous to have the degrees of freedom numbered in a certain
+sense, and we will use the algorithm of Cuthill and McKee to do
+so. The results are written to a file and visualized using GNUPLOT.
 </p>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.