firedrakeproject / asQ

A library for implementing ParaDIAG timestepping algorithms using Firedrake
MIT License
4 stars 1 forks source link

Next window #40

Closed JHopeCollins closed 2 years ago

JHopeCollins commented 2 years ago

Added a next_window method to paradiag to be able to move on after each time-window is solved for.

The argument is defaulted so:

Persistence forecast used as the initial guess, just as for the first window.

JHopeCollins commented 2 years ago

Great, thanks. I'll merge it in once the build tests pass.