<t>I am working on the discretization of a PDE which involves second mixed derivatives. I found the standard finite difference discretization:[f(x+h,y+k) - f(x+h,y-k) - f(x-h,y+k) + f(x-h,y-k)]/4hkHowever, this is said to be instable. Therefore, I am looking for an upwind scheme similar to the ones ...