I am solving the following equation $u_t=x^2u_{xx}+\frac{x-y}{T-t}u_y$ with an initial data $u_0=max(y-C,0)$ for some $C$ in the domain of the numerical method. In time I am solving that on $[0,T]$. Before I implement a numerical method I have to make sure the solution exist and unique. Assume it is done and the next question is the regularity since the error analysis is based on the Taylor expansion and to do so I need enough regularity in the solution. So, I would like to know what I can have in this case?
In $y$ dimension this equation is just transport and thus this non differentiability might propagate, but does the diffusion in the first variable help to smooth it at all? If not, then I don't even have $u_y$ in classical sense and only in weak, so why any numerical method would ever converge because if the local truncation error includes $u_{yy}$ or any higher order terms I can never have boundedness of it and at the point of the kink, and thus no mesh refinement can achieve decreasing error at that bad point.
Thanks!