SingularIntegralEquations.jl icon indicating copy to clipboard operation
SingularIntegralEquations.jl copied to clipboard

Should higher order singular integral operators be implemented as (normal) derivatives of log|y-x|?

Open MikaelSlevinsky opened this issue 8 years ago • 2 comments

One could then resolve the fundamental solution as A*log|y-x| + B, take the normal derivative wrt y, and this would be ∂A * log|y-x| + A * ∂(log|y-x|) + ∂B. If CauchyWeight(1) were ∂(log|y-x|), then this would be simplest. (Otherwise some other combinations and re-sampling would be required.)

MikaelSlevinsky avatar Nov 30 '15 13:11 MikaelSlevinsky

CauchyWeight should always be 1/(-2pi_im_(x-z)) to avoid confusion. I could see adding an order to LogWeight.

Sent from my iPhone

On 1 Dec 2015, at 12:58 AM, Richard Mikael Slevinsky [email protected] wrote:

One could then resolve the fundamental solution as A*log|y-x| + B, take the normal derivative wrt y, and this would be ∂A * log|y-x| + A * ∂(log|y-x|) + ∂B. If CauchyWeight(1) were ∂(log|y-x|), then this would be simplest. (Otherwise some other combinations and re-sampling would be required.)

— Reply to this email directly or view it on GitHub.

dlfivefifty avatar Nov 30 '15 23:11 dlfivefifty

LogWeight subsequently appeared in ApproxFun for logarithmic endpoint weights. It could be SingularWeight/DiagonalSingularity... and CauchyWeight a type alias.

MikaelSlevinsky avatar Dec 01 '15 08:12 MikaelSlevinsky