]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment on the refinement criterion.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Jun 2012 10:14:03 +0000 (10:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Jun 2012 10:14:03 +0000 (10:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@25621 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 998e3f35a4b981bb662dec48ab84b8d0dabd8171..f0532e4bd153919188c4f3f2f46c2649692cc9c3 100644 (file)
@@ -308,7 +308,10 @@ computed by
 where $\nabla S_h(\mathbf x_K)$ is the gradient of the discrete saturation
 variable evaluated at the center $\mathbf x_K$ of cell $K$. This approach is
 analogous to ones frequently used in compressible flow problems, where density
-gradients are used to indicate refinement.
+gradients are used to indicate refinement. That said, as we will
+discuss at the end of the <a href="#Results">results section</a>, this turns
+out to not be a very useful criterion since it leads to refinement basically
+everywhere. We only show it here for illustrative purposes.
 
 
 <h3>Linear system and its preconditioning.</h3>
index cbc8d7dac41e22c0ff73384fc81a979de0f35956..f07f8e2fc5b6a8d6a2dd4e0f6ab70cd229f18cf9 100644 (file)
@@ -99,3 +99,13 @@ recomputed is appropriate; one may, for example, suggest that it is
 also important to decide whether (and by how much) a wrong velocity
 field in fact affects the solution of the saturation equation. This
 would then naturally lead to a sensitivity analysis.
+
+From an algorithmic viewpoint, we have here used a criterion for refinement
+that is often used in engineering, namely by looking at the gradient of
+the solution. However, if you inspect the solution, you will find that
+it quickly leads to refinement almost everywhere, even in regions where it
+is clearly not necessary: frequently used therefore does not need to imply
+that it is a useful criterion to begin with. On the other hand, replacing
+this criterion by a different and better one should not be very difficult.
+For example, the KellyErrorEstimator class used in many other programs
+should certainly be applicable to the current problem as well.

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.