Can someone offer some help on this?
I have this diffusion equation:
u_t = div(A\nabla u)
where A is a 2 by 2 matrix, i.e. it's anisotropic.
I am not sure how I should properly discretize this and solve it numerically. I used simply central difference but it does seem work nicely.
Any...