On 03/05/2017 05:19 PM, Lukas Bystricky wrote:
> I'm trying to test the convergence rates of isoparametric elements for the
> Poisson equation. To do this I have a circular domain and an exact solution.
> My understanding is that with linear mappings I should not get optimal
> convergence in the L2 and H1 norms for elements higher than degree 1. However
> when I test this, I recover the optimal accuracy with quadratic, cubic and
> quartic elements.
I haven't tried very hard to understand your question because Timo has already
answered, but I'd like to point out that odd order approximations of the
geometry are as good as the ones with one degree lower (even) approximations
of the geometry for your particular domain: a circle. That is, because for a
circle, the circle's arc over a face is symmetric, and so has only even
components if you try to approximate it by a polynomial arc.
A similar effect is mentioned in one of the tutorial programs that deal with
mappings (9 and 10? or 10 and 11?).
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/