Examples of solutions of 2D Poisson Equation with homogeneous boundary conditions

349 Views Asked by At

I'm looking for analytic solutions of Poisson type equations $$ \Delta u(x,y) = f(x,y), \quad u_{| \Omega} = 0 $$ where $ \Omega = [0,1] \times [0,1] $ with different $f$.

The purpose is to test the goodness of the FEM method I implemented with some dummy problems.