I'm not sure whether this is a mathematics or stack overflow question, but I'll try here as my doubt are because of my lack of maths knowledge.
I'm trying to implement an image editing paper that relies on poisson equation with dirichlet condition associated. In particular I've:
$\displaystyle \min_{f}\int\int_{\Omega} |\nabla f |^2$ with $f|_{\partial\Omega}=f^*|_{\partial\Omega}$ that as far as I've understood is solved by
$\Delta f = 0$ over $\Omega$ with $f|_{\partial\Omega}=f^*|_{\partial\Omega}$
Reading these slides on page 14 I got what the x vector is and kind of understant the matrix A, but I'm totally lost on the b vector. The first thing I thought was that the known b are the one given by the Dirichlet condition and so in corrispondence of $x_i$ if it's on the boundary, I've to put the value of $f^*$. Is that right ?
Still, I feel my knowledge in this mathematical field very weak so I need a sort of confirmation.
Thank you for any help.
EDIT: $f^*$ is known