Poisson equations


winteri
10-03-2005, 06:34 AM
I'm searching for examples of Helmholtz or Poisson equations with Neumann and Dririchlet boundary conditions and their exact solutions. Is there any database of them on the web?

Thank you!

girdhar
01-18-2008, 01:39 AM
Hi,
I have tried to search the same but unable to locate it ,sorry.

a banerjee
08-25-2008, 08:19 AM
Hi,

You can try this.
(d^2/dx^2 + d^2/dy^2)u = f
where f = -2*x*(2-x) - 2*y*(2-y)
& 0 < x,y < 2

Boundary conditions:
u = 0 for x=0, x=2, y=0, y=2

Exact solution is:

u = x*(2-x)*y*(2-y)