mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
1 stars 1 forks source link

Support slicing `TimePartition` #99

Closed jwallwork23 closed 5 months ago

jwallwork23 commented 6 months ago

Currently, indexing a TimePartition returns some stats for the corresponding subinterval. It would be better to instead return the corresponding TimeInterval. More generally, we should support slicing to give corresponding sub-TimePartition.

The motivation behind this is to eventually consider parallelism in time, whereby we might solve equations / do adaptation on different subintervals in parallel.