-
Notifications
You must be signed in to change notification settings - Fork 220
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
An improved adaptive timestep for IAS15 #711
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit e17e9a11cab2199563641072c6200710cfeabbf5 Merge: 5ed7a59 6e13fae Author: Hanno Rein <[email protected]> Date: Thu Jul 20 14:27:50 2023 -0400 Merge branch 'rebound_main' of github.com:dangcpham/rebound_custom into dangcpham-rebound_main2 commit 6e13fae Author: Dang Pham <[email protected]> Date: Thu Jul 20 14:25:59 2023 -0400 small bug fix commit 096cd7e Author: Dang Pham <[email protected]> Date: Thu Jul 20 13:56:02 2023 -0400 resolve output.c merge conflict commit 38ef771 Author: Dang Pham <[email protected]> Date: Thu Jul 20 13:51:09 2023 -0400 better zeta tuning, also using epsilon_global commit 9b488cd Author: Dang Pham <[email protected]> Date: Sat Jul 1 12:11:53 2023 -0400 retune zeta to match circular orbits commit 3a93e18 Author: Dang Pham <[email protected]> Date: Thu Jun 22 16:11:20 2023 -0400 calculate zeta once only commit bf39196 Merge: 48c0193 aeab4a5 Author: Dang Pham <[email protected]> Date: Thu Jun 22 15:52:52 2023 -0400 Merge branch 'hannorein:main' into rebound_main commit 48c0193 Merge: b73e5a2 93592d8 Author: Dang Pham <[email protected]> Date: Thu Jun 22 14:00:37 2023 -0400 Merge branch 'hannorein:main' into rebound_main commit b73e5a2 Author: Dang Pham <[email protected]> Date: Thu Jun 22 13:49:44 2023 -0400 remove zeta param, zeta as function of epsilon commit 7d371ef Author: Dang Pham <[email protected]> Date: Fri May 12 17:45:43 2023 -0400 higher binary field number for dtmode and zeta commit e568b22 Author: Dang Pham <[email protected]> Date: Fri May 12 17:27:45 2023 -0400 dtmode 1 test bug commit bdb5d7d Author: Dang Pham <[email protected]> Date: Fri May 12 17:27:22 2023 -0400 simpler dt comparison commit 8bf6c60 Author: Dang Pham <[email protected]> Date: Fri May 12 17:26:15 2023 -0400 input/output dt mode 1, check signs for dt commit c4303a1 Merge: 29ed92d 059c39f Author: Dang Pham <[email protected]> Date: Fri May 12 16:08:54 2023 -0400 Merge pull request #2 from hannorein/dangcpham-rebound_main rearrangements commit 059c39f Author: Hanno Rein <[email protected]> Date: Tue May 9 09:53:52 2023 -0400 added unit tests commit 68fc321 Author: Hanno Rein <[email protected]> Date: Tue May 9 09:40:27 2023 -0400 rearrangements commit 29ed92d Author: Dang Pham <[email protected]> Date: Mon May 8 10:49:58 2023 -0400 one less sqrt operation commit 0871100 Author: Dang Pham <[email protected]> Date: Mon May 8 10:32:05 2023 -0400 new dt method for IAS15
This is now in the main branch. Will be made default pending paper acceptance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Work in progress.