I have following problem: I want to construct a Greens Function for solving following inhomogeneous PDE: $$ \left(-D(t) \left( \frac{\partial ^2 }{\partial x^2} + \frac{\partial ^2 }{\partial y^2} \right) + \frac{\partial}{\partial t} \right)u(x,y,t) = f(x,y,t)$$ where G fulfills $ \left(-D(t) \left( \frac{\partial ^2 }{\partial x^2} + \frac{\partial ^2 }{\partial y^2} \right) + \frac{\partial}{\partial t} \right)G = \delta(\vec r)\delta(t)$ and the solution then yields $ u(x,y,t) = \int \int \mathrm d r^2 \mathrm d t \,G(\vec r, t) f(\vec r, t) $
I've tried several things to construct it from the problem, where D is a constant - but without success.
Maybe you have any ideas?