From: wolf
Date: Mon, 29 Apr 2002 13:27:27 +0000 (+0000)
Subject: .
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65bfda0a35c6206d1a44246dc888c2999441ba19;p=dealii-svn.git
.
git-svn-id: https://svn.dealii.org/trunk@5745 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-0.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-0.gif
new file mode 100644
index 0000000000..d0e0cac912
Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-0.gif differ
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-2.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-2.gif
new file mode 100644
index 0000000000..8e35fa5f5c
Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-2.gif differ
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-4.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-4.gif
new file mode 100644
index 0000000000..00cc314d02
Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-4.gif differ
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-5.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-5.gif
new file mode 100644
index 0000000000..089b83d953
Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-5.gif differ
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-7.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-7.gif
new file mode 100644
index 0000000000..17b76be0cb
Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-7.gif differ
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-8.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-8.gif
new file mode 100644
index 0000000000..bc1c4a0b80
Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/grid-8.gif differ
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/results.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/results.html
index 0dcc79e522..5f3abeae5b 100644
--- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/results.html
+++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/results.html
@@ -51,9 +51,86 @@ Refinement cycle: 8
-First let's look what the program actually computed, by looking at
-some of the grids and solutions that were printed:
-TODO
+First let's look what the program actually computed. On the fifth
+grid, primal and dual numerical solutions look like this:
+
+Obviously, the region at the bottom left is so unimportant for the
+point value evaluation at the top right that the grid is left entirely
+unrefined there, even though the solution has singularities there! Due
+to the symmetry in right hand side and domain, the solution should
+actually look like at the top right in all four corners, but the mesh
+refinement criterion involving the dual solution chose to refine them
+differently.
+
+
+
+Looking at the grids that are produced in the course of subsequent
+refinement, these are some of them:
+
Note the subtle interplay between resolving the corner singularities,
and resolving around the point of evaluation. It will be rather