From: wolf Date: Tue, 30 Apr 2002 11:59:16 +0000 (+0000) Subject: More for step-14. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ae8ed47d8f291505418bfc977c55211449a134;p=dealii-svn.git More for step-14. git-svn-id: https://svn.dealii.org/trunk@5769 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/error-comparison.gif b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/error-comparison.gif index 0de02cd27b..f3da4a3c66 100644 Binary files a/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/error-comparison.gif and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-14.data/point_value/error-comparison.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 7729ae91d7..ebb5ee88bb 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 @@ -197,8 +197,33 @@ the dual problem, and for evaluating the error representation), it is worth while asking whether that effort was successful. To this end, we first compare the achieved error levels for different mesh refinement criteria. To generate this data, simply change the value of the mesh -refinement criterion variable in the main program. The results are thus: -TODO +refinement criterion variable in the main program. The results are +thus (for the weight in the Kelly indicator, we have chosen the +function 1/(r2+0.12), where r +is the distance to the evaluation point): +

+

+ Error comparison + +

+ +

+Checking these numbers, we see that for global refinement, the error +is proportional to O(1/(sqrt(N) log(N))), and for the dual +estimator O(1/N). Generally speaking, we see that the dual +weighted error estimator is better than the other refinement +indicators, at least when compared with those that have a similarly +regular behavior. The Kelly indicator produces smaller errors, but +jumps about the picture rather irregularly, with the error also +changing signs sometimes. Therefore, its behavior does not allow to +extrapolate the results to larger values of N. Furthermore, if we +trust the error estimates of the dual weighted error estimator, the +results can be improved by adding the estimated error to the computed +values. In terms of reliability, the weighted estimator is thus better +than the Kelly indicator, although the latter sometimes produces +smaller errors.