]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More text
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Aug 2007 21:35:43 +0000 (21:35 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Aug 2007 21:35:43 +0000 (21:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@14925 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-27/doc/intro.dox
deal.II/examples/step-27/doc/results.dox

index 32fd970d6106ffb61a424046c299e9619adf7ed0..bd4c1237bb659661c3e5946927b79fbb0b759a1c 100644 (file)
@@ -574,12 +574,15 @@ this tutorial program.
 
 <h4>Eliminating constrained degrees of freedom</h4>
 
-A second problem particular to $hp$ methods arises because we have so many
-constrained degrees of freedom: typically up to about one third of all degrees
-of freedom (in 3d) are constrained because they either belong to cells with
-hanging nodes or because they are on cells adjacent to cells with a higher or
-lower polynomial degree. This is much more than the fraction of constrained
-degrees of freedom in non-$hp$ mode.
+A second problem particular to $hp$ methods arises because we have so
+many constrained degrees of freedom: typically up to about one third
+of all degrees of freedom (in 3d) are constrained because they either
+belong to cells with hanging nodes or because they are on cells
+adjacent to cells with a higher or lower polynomial degree. This is,
+in fact, not much more than the fraction of constrained degrees of
+freedom in non-$hp$ mode, but the difference is that each constrained
+hanging node is constrained not only against the two adjacent degrees
+of freedom, but is constrained against many more degrees of freedom.
 
 In previous programs, for example in step-6, we have dealt with eliminating
 these constrained degrees of freedom by first building an object of type
index 957c48b17240e1d8005d25dcd04e91a7be110b15..04d7d28d22df2b73c6641512426d5276d2681823 100644 (file)
@@ -1,6 +1,13 @@
 <a name="Results"></a>
 <h1>Results</h1>
 
+In this section, we discuss a few results produced from running the
+current tutorial program. More results, in particular the extension to
+3d calculations and determining how much compute time the individual
+components of the program take, are given in the @ref hp_paper .
+
+When run, this is what the program produces:
+
 <code>
 <pre>
 examples/step-27> make run
@@ -31,3 +38,15 @@ Cycle 5:
    Number of constraints       : 6196
 </pre>
 </code>
+
+The first thing we learn from this is that the number of constrained
+degrees of freedom is on the order of 20-25% of the total number of
+degrees of freedom, at least on the later grids when we have elements
+of relatively high order. This is, in fact, on the same order of
+magnitude as for non-$hp$ discretizations. For example, in the last
+step of the @ref step_6 "step-6" program, we have 18401 degrees of
+freedom, 4104 of which are constrained. The difference is that in the
+latter program, each constrained hanging node is constrained against
+only the two adjacent degrees of freedom, whereas in the $hp$ case,
+constrained nodes are constrained against many more degrees of
+freedom. 

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.