Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layerpot eval should use @utils/fundsol for radial derivatives #8

Open
GoogleCodeExporter opened this issue Aug 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Currently S,D,T kernel evaluations in @layerpot use the old fundsol and
fundsol_deriv codes (when opts.fast=0). They should be phased out in favor
of @utils/fundsol. The complication will be that the old fundsol_deriv
included computing (or having passed in) the cosine-phi factors, and this
will have to be explicitly coded since the new fundsol only computes radial
derivative.
This is largely moot for opts.fast=1,2 since then Rokhlin routines are
called directly (however fundsol_deriv is still used to compute cosine-phi,
clumsily).

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 5:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant