My system is from time-integration of the semi-discretized Stokes equation. The time update of the variables $(v,p)$ is defined via the solution of
$$ \begin{bmatrix} A & -\tau B^T \\ B & 0 \end{bmatrix} \begin{bmatrix} v \\p \end{bmatrix} = f \quad\quad (*) $$ or, equivalently, $$ \begin{bmatrix} A & B^T \\ B & 0 \end{bmatrix} \begin{bmatrix} v \\ \tilde p \end{bmatrix} = f, \quad\quad (**) $$ where $\tilde p := -\tau p$.
Note that, since $A$ is assumed symmetric, the coefficient matrix in $(**)$ is symmetric.
Say, I start with a zero initial value and I use GMRes to solve $(*)$ and MinRes to solve $(**)$ iteratively.
Question: Do the iterates -- after rescaling $p:=-\frac{1}{\tau}\tilde p$ -- of both iteration schemes coincide?
If not, can I say something about the approximation quality of $p$ in the MinRes iteration for $(**)$ taking into account that $\tau \ll 1$.