<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>
  -fieldsplit_velocity_ksp_type preonly -fieldsplit_velocity_pc_type gamg<br>
  -fieldsplit_pressure_ksp_type minres  -fieldsplit_pressure_pc_type none<br></blockquote><div><br></div><div>You should use cg for the ksp_type with gamg if you are symmetric and gmres if not (you can try cg even if it is mildly asymmetric).</div><div><br></div><div>minres is for indefinite symmetric, but you probably are SPD and should use cg.</div><div><br></div><div> </div></div></div>