For an undergraduate project I am analyzing the performance of a couple of Crank-Nicolson schemes on a time-dependent problem. For some reason, the order of convergence/general performance of one scheme is noticeably worse when I use an odd number of iterations. I am trying to understand why this is occurring. I am deliberately refraining from sharing the equation for now.
I haven't been able to find any similar issue on the internet except for a couple of possible hits. One paper (Jain, Ray, Bhavsar 2015) had something that sounded like it could be related in one paragraph:
The main idea is that after applying 2 successive Bi-CG steps, it is relatively easy to minimize the residual over that particular Krylov subspace. As a result, the Hybrid BiCGStab method leads only to significant residuals in the even-numbered steps and the odd-numbered steps do not lead necessarily to useful approximations.
Unfortunately, I am not yet at the level of mathematics of the paper and was completely lost.
Has anyone encountered such an issue? If so, where can I read and learn about it? I feel that I may simply be lacking the right terminology or keywords in my search. If no one has ever heard of this, I must assume that there is something wrong with my application of the Crank-Nicolson method on the equation, although I have no idea what it could be if it works half the time.