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

Convergence large radius #113

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Convergence large radius #113

merged 2 commits into from
Sep 26, 2024

Conversation

mbakker7
Copy link
Owner

Rconv = 5 when order > 5
Rconv = 7 when order <= 5
Didn't need to do this in the past.
Did any round-off change in numba?
Better to approximate line-element with Taylor series (as in TTim) than the approximate polynomial we use now.

Strangely enough, Rconv=7 is too large for large order. Not clear why that wasn't a problem in the past.
If order > 5, Rconv =5.
Otherwise it is 7
@dbrakenhoff
Copy link
Collaborator

@mbakker7 this can be merged ?

@mbakker7
Copy link
Owner Author

@mbakker7 this can be merged ?

Yes, it can. Still feels a bit unsatisfying. Maybe keep an open issue to look into this. Will make that issue now.

@dbrakenhoff dbrakenhoff merged commit fd0d1d3 into dev Sep 26, 2024
12 checks passed
@dbrakenhoff dbrakenhoff deleted the convergence_large_radius branch September 26, 2024 09:11
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.

2 participants