firedrakeproject / asQ

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

Time average fix #75

Closed JHopeCollins closed 1 year ago

JHopeCollins commented 2 years ago

This pull request will change the DiagFFTPC.update() method to do the time average on a real-valued function instead of a (twice as large) complex function. The first implementation of this in the all_at_once_system branch was broken, this branch will fix it.

JHopeCollins commented 1 year ago

This is being dealt with in PR #109