From 5dbe4fc5433b31a045d1e55285fbacb1857c40ac Mon Sep 17 00:00:00 2001
From: wolf
-The difference between true and estimated error can be tracked down to -the bad approximation of the dual solution. After all, in 2d, the dual -solution has a 1/r singularity near the evaluation point -(while the dual solution for the point value only has a logarithmic -singularity there), which does not allow for a good approximation of -the dual solution by any finite element space. Indeed, computing the -dual solution with even higher order (i.e. cubic or quartic) finite -elements does not significantly improve the quality of error -estimates. Intuitively, the reason is that the numerical approximation -cannot follow accurately the simgularity of the dual solution; its -resulting values near the point of evaluation are thus too small, and -the error is underestimated there. Since the error is very much -concentrated near the point of evaluation, this spoils the entire -estimate. +After an initial phase where the true error changes its sign, the +estimated error matches it quite well, again.
-- 2.39.5