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

Extended precision polynomial construction #194

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Conversation

kburns
Copy link
Member

@kburns kburns commented Apr 28, 2022

This PR modifies dedalus_sphere to implement double-double extended precision with the xprec package, related to #166. This seems to work well but doesn't currently fix range/underflow/overflow issues in the construction of the SWSH, since xprec currently only supports extended mantissas but not extended exponents. However there may be some other options using other packages, but none seem to interface very well with numpy or scipy.sparse.

@kburns kburns requested a review from gmvasil April 29, 2022 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant