[m10_4](Ibc) Inplicit form solution of T(advection) with method of marker-in-cell(recycle marker).
%Thisprogramcomplishedtheprocessof2DEulerianadvectionwithmethod%ofallocatingmemorytemporarily.clearall;clf;Nt=100;output_interval=1;%BASICNODESLx=1000000;Ly=1500000;x_midd=Lx/2;y_midd=Ly/2;Nx=51;Ny=31