Dear Chenchen, With the way that we output data, Paraview cuts each quadrilateral into two triangles for the purpose of visualisation. So what you see is a linear interpolation of the data, and not a bilinear interpolation (which I’m guessing you were expecting if you used FE_Q elements). There is little that you can do other than to refine your solution until you just don’t see these artefacts anymore.
I hope that this answers your question. Kind regards, Jean-Paul > On 28 Sep 2017, at 21:54, Chenchen Liu <[email protected]> wrote: > > Chenchen -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
