I am attempting to solve a modified bessel partial differential equation using a finite element implementation. I have used FDM (with reasonable success) and was hoping to replicate the results using FEM. My exposure to FEM is limited and I was hoping a commercial suite (such as Matlab or Mathematica) could solve this problem. My problem is defined as such -
u(r,t)=0 at t=0 and r=0
du/dr=k1*u(r,t) at r==1 where k1 is a constant
d2u/dr2 +1/r*du/dr - u/r^2 = du/dt +r/2*k2, where k2 is a constant
u and u(r,t) are interchange-able in notation
My question is - is this problem solvable using an FEM toolbox?
Many thanks. RM