# This is a traditionally assembled matrix with a direct solve.
# Regular LU has a hard time with the saddle point, but mumps nails it.
-ksp_type preonly
-pc_type none lu
-pc_factor_mat_solver_type mumps
