Skip to content

Add FW15Stage10 adaptive algorithm struct#3560

Draft
Alex609-b wants to merge 1 commit intoSciML:masterfrom
Alex609-b:add-fw15stage10-adaptive
Draft

Add FW15Stage10 adaptive algorithm struct#3560
Alex609-b wants to merge 1 commit intoSciML:masterfrom
Alex609-b:add-fw15stage10-adaptive

Conversation

@Alex609-b
Copy link
Copy Markdown

Checklist

  • Appropriate tests were added
  • [x ] 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

Work in progress FW15Stage10 adaptive implementation
This PR adds the FW15Stage10 struct as an adaptive algorithm (inheriting from OrdinaryDiffEqAdaptiveAlgorithm), addressing issue #2694.
The embedded lower-order method coefficients b̂ are still being worked on see discussion in #2694.
Fixes #2694

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.

explicit 15-stage Runge-Kutta methods of order 10

1 participant