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.
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 withJacobiPC
and check it gets the same results asCirculantPC
if the slice is the entire timeseries.