Solving a pde in Matlab using Finite element method -
i trying solve pde in 1 dimension in matlab using finite element method. please me in solving. equation
u,t + e*u,tt = u,yy here u,t means partial derivative of u w.r.t. t. u,tt means double partial derivative of u w.r.t. t. u,yy means double partial derivative of u w.r.t. y. boundary conditions u=1 @ y=0, u=0 @ y=1, initial condition: u= u,t=0 @ t=0. e= 0.01. --------------------------------------- e can take value between 0.01 0. user input value of e.
Comments
Post a Comment