-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add LTS support to Adams-Moulton time steppers #6043
Merged
nilsdeppe
merged 9 commits into
sxs-collaboration:develop
from
wthrowe:predictor-corrector_lts
Jun 12, 2024
Merged
Add LTS support to Adams-Moulton time steppers #6043
nilsdeppe
merged 9 commits into
sxs-collaboration:develop
from
wthrowe:predictor-corrector_lts
Jun 12, 2024
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 070f18b - Browse repository at this point
Copy the full SHA 070f18bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e56132 - Browse repository at this point
Copy the full SHA 4e56132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aeff0c - Browse repository at this point
Copy the full SHA 0aeff0cView commit details -
Rewrite local-time-stepping tests
Most of the old version assumed properties of Adams-Bashforth, even when it didn't intend to. These new tests should work for other methods as well.
Configuration menu - View commit details
-
Copy full SHA for c47e483 - Browse repository at this point
Copy the full SHA c47e483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f09dbe - Browse repository at this point
Copy the full SHA 3f09dbeView commit details -
Use dynamic storage for local LTS history
The monotonic Adams-Moulton method requires a similar amount of history on the local side as the LTS methods generally require on the remote side.
Configuration menu - View commit details
-
Copy full SHA for ce16c22 - Browse repository at this point
Copy the full SHA ce16c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d7645 - Browse repository at this point
Copy the full SHA a5d7645View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53d2df - Browse repository at this point
Copy the full SHA b53d2dfView commit details -
Limit execs with control systems to monotonic LTS
The others LTS steppers will deadlock.
Configuration menu - View commit details
-
Copy full SHA for 75b04f2 - Browse repository at this point
Copy the full SHA 75b04f2View commit details
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.