I have a partial differential equation of the form $c_t = a_0 c_{xx} + a_1 c_{yy} + \left( a_2 y^2 + a_3 \right) c_x$ (where subscripts represent partial derivatives, $t$ is time, and $x$ and $y$ are spatial). I don't think it's possible to do separation of variables because of the product of $y^2$ and $c_x$. I don't have much experience with solving PDEs, though; unfortunately, I ran out of ideas when I didn't find this on the "List of nonlinear partial differential equations" Wikipedia page.
Is there any hope for solving this analytically? I have a numerical result to work with, but I'd like to have an analytical result where possible for plots and such. Is it possible to solve this for restricted conditions, such as where $a_2 y^2 + a_3 = 0$?
Thank you!