Add mass matrix support for FIRK and MIRK#521
Open
SebastianM-C wants to merge 2 commits into
Open
Conversation
via unprojected collocation for index-1 DAEs based on Ascher & Spiteri (1994) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Benchmark Results (Julia v1.11)Time benchmarks
Memory benchmarks
|
Defect-based mesh adaptivity cannot converge for DAEs since the collocation interpolant is inaccurate for algebraic variables, so requesting it now throws an ArgumentError pointing users to `adaptive = false` or BoundaryValueDiffEqAscher.jl. Also fix the nested FIRK out-of-place collocation kernels calling the in-place algebraic constraint helper on the user's out-of-place f. Tests cover MIRK2-6, RadauIIa and LobattoIIIc (expanded and nested) on a simple index-1 DAE and on example problem 1 from Ascher & Spiteri (1994), plus the adaptivity error. LobattoIIIa/IIIb are excluded: their tableau structure cannot determine the algebraic stage components. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
via unprojected collocation for index-1 DAEs based on Ascher & Spiteri (1994)
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.