yongxing
(Yongxing Wang)
September 28, 2023, 1:45pm
1
Hello everyone,
You know when we compute an integration int2D( ) on a triangle, we usually transform it to a standard reference triangle to compute it.
We can easily use the shape function to do the transformation (isoparametric transformation).
My question is:
Does FreeFem++ use the shape functions (can be second order or higher) to do the transformation?
If so, I am thinking about the boundary of a circle which can be accurately represented by the P2 element…
Thanks.
Yongxing
SRory not today because I do not have this informartion in the mesh,
This is a huge change
marchywka
(MIKE MARCHYWKA)
September 28, 2023, 6:09pm
3
how similar is this to conformal mapping?
yongxing
(Yongxing Wang)
September 30, 2023, 11:01am
4
I tested the mesh convergence for a fluid problem using P2P1 elements and I cannot get the order of optimal convergence for the velocity: the order of L2 error for velocity is about 1.5, which is far from 3.