I wish to approximate the Laplace PDE in a 1/4 plane by truncation of the domain in (x,y) variables:
U_xx + U_yy = 0
Now the PDE is approximated in a box [0, xMax] X [0, yMax] and I can solve it using finite differences.
But the problems are:
1. How to choose xMAx, yMax appropriately...