<div dir="ltr"><div dir="ltr">On Sun, Feb 5, 2023 at 1:26 PM Edoardo alinovi <<a href="mailto:edoardo.alinovi@gmail.com">edoardo.alinovi@gmail.com</a>> wrote:<br></div><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"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello Petsc's crew,</div><div><br></div><div>I would like to ask for some support in setting up the fieldsplit preconditioner in order to obtain better performance. I have already found some posts on the topic and keep experimenting, but I would like to hear your opinion as experts :) </div><div><br></div><div>I have my fancy  CFD pressure based coupled solver already validated on some basic problems, so I am confident the matrix is OK. However, I am struggling a bit in finding performance. In my experiments, I have found out that <i>schur </i>is the best in terms of overall iteration count, but it takes ages to converge! Using additive or multiplicative looks a better call, but in some cases I get a very high number of iterations to converge (500+).</div><div><br></div><div>I attach here the logs (ksp_view and log_view)  for an example case of the flow past a 90deg T-junction, 285k cells on 4 procs. </div><div><br></div><div>GMRES + fieldsplit and schur take 90s to converge with 4 iters. Do you see anything strange in the way ksp is set up?</div></div></div></div></div></blockquote><div><br></div><div>1. You are using A11 as the preconditioning matrix for the Schur complement. Do you expect this to be a good idea?</div><div><br></div><div>2. You are using BJacobi/ILU(0) for A00. Is this a good idea?</div><div><br></div><div>3. Do you know how many iterates you are using for the A00 solve and for the Schur complement? Note that A00 gets solved for each iteration of the Schur complement, so you would multiply those two together to get an idea of the time.</div><div><br></div><div>Once we see the number of subiterates, I think we can say something more.</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Thank you for the support as always!</div></div></div></div></div></blockquote></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>