Residual-type a posteriori error estimator #2817
Replies: 3 comments
-
I think it is possible. If I understand your problem correctly, you'd like to compute that value on each cell and store that value in a DG0 field? Other people might know a better way, but, it would help if you could make a small toy problem illustrating what you'd like to do. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your answer. I would like to make an adaptive algorithm based on the above residual a posteriori error estimator I attach a toy problem with a code, namely, the 2D Poisson equation with pure Robin boundary conditions in order to avoid the The code (GitRobinEst.txt) contains the solution and the H1-error for the above the problem. I made some attemts to compute the Best Regards, |
Beta Was this translation helpful? Give feedback.
-
The approach you took for the 2nd attempt looks good to me and better than what I initially had in my mind. If you want to take
where |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Assuming that I have the 2D diffusion-reaction problem with pure Neumann b.c., is there a way to obtain a residual type estimator for H1 norm, in order to use it in an adaptive algorithm? Namely, I would like to compute the following quantity for every element K on the mesh,
Here$f$ and $g$ are the right hand side on the domain and the boundary, respectively, while $S$ is an edge and $S_{int}$ is the set of all interior edges.
Best regards,
Vex
Beta Was this translation helpful? Give feedback.
All reactions