1 | First step is to Circulate(shift) one position and calculate acelerations Fij and Fji in all index positions |
2 | Shifting pipeline (N-1) times gives correct algorithm but does not save "Newton's factor of two". |
3 | Just need (N-1)/2 steps when N is odd and N/2 steps when N is even which saves factor of two. |