sfa-numpy icon indicating copy to clipboard operation
sfa-numpy copied to clipboard

Radial functions of point and line source undefined at DC

Open trettberg opened this issue 8 years ago • 0 comments

The monopoles use an expression like hn(k*rs) * bn(k*r), which exist as a limit k->0 but is undefined for k==0. Consequently spherical_ps and circular_ls yield NaN for k==0.

The DC case must be handled separately. Hopefully, a closed-form expression for the limit can be found.

trettberg avatar Dec 01 '17 15:12 trettberg