firedrakeproject / asQ

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

Add windowing to paradiag.solve() #50

Closed JHopeCollins closed 2 years ago

JHopeCollins commented 2 years ago

paradiag should take an argument for the number of windows to solve for. This will need:

colinjcotter commented 2 years ago

I would prefer to have the number of windows as an argument of solve.

JHopeCollins commented 2 years ago

Yes, that makes much more sense!