How can I solve this equation?
I tried the following:
I take the Fourier transform on both sides and obtain
$$-(k_xk_y + k_xk_z + k_yk_z)\hat{u}(k_x, k_y, k_z) = 1$$ i.e. $$\hat{u}(k_x,k_y, k_z) = \frac{-1}{(k_xk_y + k_xk_z + k_yk_z)}$$ and taking the inverse Fourier transform I obtain $$u(x,y,z) = \frac{-1}{(2\pi)^3} \int_{-\infty}^{\infty} dk_x \int_{-\infty}^{\infty} dk_y \int_{-\infty}^{\infty} dk_z \frac{e^{-i(k_x x + k_y y + k_z z)}}{k_z(k_x +k_y) + k_xk_y}$$ and by the residue theorem I have a single pole at $k_z = -\frac{k_xk_y}{(k_x + k_y)}$ and thus I obtain $$\frac{-i}{(2\pi)^2} \int_{-\infty}^{\infty} dk_x \int_{-\infty}^{\infty} dk_y \frac{e^{-i(k_x x + k_y y - \frac{k_xk_yz}{k_x+k_y})}}{k_x + k_y}$$ but this I can not evaluate since it has an essential singularity at $k_y = -k_x$.