Dear all,
I am trying to solve an "enclosed flow" Stokes problem, with Dirichlet BCs for the velocity on all of the boundary, using a mixed function space of P2/P1 elements.
The problem is solved with GMRES using a PETSc fieldsplit Schur preconditioner, where the preconditioning matrix for the Schur complement matrix is the pressure mass matrix.
I think that in order to achieve good convergence I need to remove the pressure nullspace from the system. There are examples of nullspaces for poisson and elasticity, but I don't know how to do this for subspace of a mixed function space.
Are there any examples around...? This seems like a pretty standard procedure.
Thanks a lot in advance
David