I have polygon with $n$ Corner points where stresses are known to me. I have to fit a sutface $F(x,y)$, which can give the value of stress at anypoint inside the polygon.
I fitted a curve using a polynomial with $n$ terms. The fitted curve exactly matches with those at the given points. but gives abnormal values inside the polygon.
I get a feeling that the function I fitted is applicable only at the boundary of the polygon and can not be used for interpolation of values inside the polygon.
Can anybody help me ?
Prem.