firedrakeproject / asQ

A library for implementing ParaDIAG timestepping algorithms using Firedrake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for the all-at-once preconditioners

JHopeCollins opened this issue · comments

  • JacobiPC: check that you get a decent residual drop after Nt iterations.
  • CirculantPC: check that you get close to the alpha/(1-alpha) convergence rate for linear systems.
  • SliceJacobiPC: check that it always gets the same results with JacobiPC and check it gets the same results as CirculantPC if the slice is the entire timeseries.