Multirate: add implicit MRI-GARK-ESDIRK46a (order 4) (#961)#3886
Open
singhharsh1708 wants to merge 1 commit into
Open
Multirate: add implicit MRI-GARK-ESDIRK46a (order 4) (#961)#3886singhharsh1708 wants to merge 1 commit into
singhharsh1708 wants to merge 1 commit into
Conversation
singhharsh1708
force-pushed
the
multirate-mrigark-esdirk46a
branch
5 times, most recently
from
July 18, 2026 07:33
0f3b9a5 to
e2801ea
Compare
singhharsh1708
force-pushed
the
multirate-mrigark-esdirk46a
branch
from
July 21, 2026 14:31
e2801ea to
26db04b
Compare
This file contains hidden or 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
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.
Adds MRI-GARK-ESDIRK46a (Sandu 2019), completing the implicit MRI-GARK family alongside IRK21a (#3811) and ESDIRK34a (#3812), closing #961.
While implementing it I found that the implicit MRI-GARK path ignored the tableau embedding and always estimated the error as
u - z[s]. For ESDIRK46a this is always zero because the method is stiffly accurate, causing every step to be accepted. This PR uses the embedding row when present, matching the existing explicit implementation, while preserving the previous behavior for methods without an embedding.Also replaces the repeated
Union{MRIGARKIRK21a, MRIGARKESDIRK34a}with the existingMRIGARKImplicitAlgalias.Validation:
Bumps OrdinaryDiffEqMultirate to v2.7.0. Not re-exported from the umbrella package, matching the existing multirate methods.
AI Disclosure:
Claude assisted with this work.