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

Adaptive time-stepping #134

Open
navidcy opened this issue Dec 25, 2019 · 2 comments
Open

Adaptive time-stepping #134

navidcy opened this issue Dec 25, 2019 · 2 comments
Assignees

Comments

@navidcy
Copy link
Member

navidcy commented Dec 25, 2019

It would be very nice if we could do that. How feasible is it?
Or course it would, in practice, only work with the explicit one time-steppers (ForwardEuler, AB3 and RK4)

@glwagner
Copy link
Member

We can implement it with every stepper, though as you allude to changing the time step in ETDRK4 would require recomputing coefficients. I suppose what we need is to design a flexible abstraction that works for many types of problems.

@dkarrasch
Copy link

Have you considered OrdinaryDiffEq.jl for time-stepping? They have many solvers with adaptivity, and some with GPU-compatibility, though I haven't kept myself up-to-date recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants