-
Notifications
You must be signed in to change notification settings - Fork 13
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
Increment form for implicit RK added and tested #566
Merged
Merged
Changes from 7 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
90d1f7c
Increment form for implicit RK added and tested
atb1995 93e20d2
Merge and use of enumerated type
atb1995 8f8d084
Merge branch 'main' into non_inc_imp_rk
tommbendall 4e72bb2
Merge branch 'main' into non_inc_imp_rk
tommbendall 8b21447
Update gusto/time_discretisation/implicit_runge_kutta.py
atb1995 3414a27
Changes in response to review
atb1995 1c7f86e
Merge branch 'main' into non_inc_imp_rk
atb1995 f812c98
Changes in response to code review
atb1995 5250ad5
Merge branch 'main' into non_inc_imp_rk
tommbendall 704ba3f
Merge branch 'main' into non_inc_imp_rk
atb1995 249dfd3
Intermediate stage testing Linear vs Nonlinear solvers, no difference…
atb1995 ff9f524
Revert "Intermediate stage testing Linear vs Nonlinear solvers, no di…
atb1995 eeafdd9
Removing lhs and rhs and adding in res
atb1995 d1afa20
Merge branch 'main' into non_inc_imp_rk
atb1995 8e46d7d
Merge to main with fixed conflicts
atb1995 9b560eb
Added augmentation to IMEX & Implicit RK, as well as multilevel
atb1995 81ba663
Update gusto/time_discretisation/implicit_runge_kutta.py
atb1995 9fa02b5
Removal of lhs & rhs + updated comments
atb1995 e4f36e3
Merge to main with conflict fix
atb1995 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth us making the
predictor
andincrement
forms clear in the docstrings?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made it a bit more clear, describing what we are solving for