Skip to content

New method Rodas6P #2774

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

New method Rodas6P #2774

wants to merge 7 commits into from

Conversation

gstein3m
Copy link
Contributor

@gstein3m gstein3m commented Jul 25, 2025

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

The new Rodas6P method was designed similarly to Rodas5P. It has order 6 for ODEs and index-1 DAEs with integrated order 5 interpolation.
232 order conditions must be satisfied, plus 175 for the interpolation.
Therefore, the number of stages is s=19, with the last 3 stages only required for the interpolation.
For large systems of stiff ODEs or DAEs with high accuracy requirements, the efficiency may be better than Rodas5P.

gstein3m added 2 commits July 25, 2025 08:09
The new Rodas6P method was designed similarly to Rodas5P. It has order 6 for ODEs and index-1 DAEs with integrated order 5 interpolation.
232 order conditions must be satisfied, plus 175 for the interpolation.
Therefore, the number of stages is s=19, with the last 3 stages only required for the interpolation.
For large systems of stiff ODEs or DAEs with high accuracy requirements, the efficiency may be better than Rodas5P.
gstein3m and others added 5 commits July 25, 2025 12:39
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
@gstein3m gstein3m requested a review from ranocha August 18, 2025 06:41
@ranocha ranocha requested review from ChrisRackauckas and removed request for ranocha August 18, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants