Skip to content
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

first version of continuous stage Runge-Kutta methods #151

Merged
merged 4 commits into from
Jul 22, 2023

Conversation

ranocha
Copy link
Owner

@ranocha ranocha commented Jul 22, 2023

I drafted a first version of continuous stage Runge-Kutta methods using Polynomials.jl to evaluate the integrals. It appears to be several orders of magnitude faster than #144 but can certainly be improved even more. For example, derivative_weight and elementary_weight are not type stable due to problems with Polynomials.jl and recursion.

A good approach may be to get this as a first version into main and improve the implementation later on.

CC @ketch @Sondar74

@ranocha ranocha force-pushed the hr/csrk_polynomials branch from cfedfcf to e3902bc Compare July 22, 2023 09:55
@ranocha ranocha merged commit da64a69 into main Jul 22, 2023
@ranocha ranocha deleted the hr/csrk_polynomials branch July 22, 2023 11:04
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.

1 participant