I've a numerical problem which involves the Poisson's equation. I'm clearly not an expert in differential equations at all, so I'm trying to understand here the notation.
The problem starts like this:
The version of Poisson's equation being solved here is
$$\left( \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2}\right) u(x, y) = f(x, y)$$
$$u(x, y) = g(x, y) \text{ on } \partial D$$
What's the meaning here of $u(x, y) = g(x, y)$? From what I remember having studied about ODEs, usually there's just one equation, not two, relating a function to its derivatives with respect to one independent variable. Here we also have a second equation $u(x, y) = g(x, y)$. Why?
Second question, why on $\partial D$? I know that $D$ is the $2D$ domain, but I'm not understanding the meaning of this $u(x, y) = g(x, y) \text{ on } \partial D$.