firedrakeproject / asQ

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

Add a test for running asQ serially in time #144

Closed JHopeCollins closed 1 year ago

JHopeCollins commented 1 year ago

This test makes sure that we can run with just a single time-slice.

Running like this reduces the complexity of setting up some new methods so can be useful for trying out new things. It also means we can possibly make some jupyter notebooks at some point.