PDA

View Full Version : discretization


shayj
Nov5-09, 10:14 AM
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 help will be greatly appreciated.

gato_
Nov11-09, 08:44 AM
Try finite elements instead. You will only need first derivatives, and the discretization works better