Continue with last post. Consider the pseudo-differential elliptic operator , if we have , with Dirichlet boundary condition for .
Here consider Green function , which is . If we say is Green function of , then we have to replace and in , thus .
Now come back to our previous exterior problem, if in , then for , here could be internal domain or external domain.
In 2D, there are terms in this summation, with discretization, and merge weights into .
There are unknowns for this problem. Just one surface is enough. This can be seen as an extension of KIFMM
method.
Numerical concerns
The summation over requires too many points (unknowns) to find out. Here we can simulate by taking finite difference to approximate the derivatives. Then we only need surfaces to find out all , each surfaces we can place equally spaced points.
Infinite order case
It seems to me that given all points inside a annulus will be enough for this.
Failure for numerics
Just for a update. In numerical world, finite difference is rather a really bad idea to approximate derivatives, esp. those high order terms. Thus KIFMM
is an effective fast low order PDE solver.