Relative Content

Tag Archive for numerical-methods

ADI method in matlab

this is code of 2D reaction diffusion equation using ADI method the code works well when i use the exponential

Slope graph and solution

i am doing finite difference scheme to solve Fisher kpp equation :$u_{t}=u_{xx}+u_{yy}+u-u^2 and with initial condition u(x,y,0)=1 for (x,y)=(0,0)and 0 other wise and u=0 at boundary ,also plot showing the positions where u(x, y, t) = 0.5 for each time step .