<div dir="ltr"><div dir="ltr">On Wed, Sep 18, 2019 at 10:01 AM Pierre Jolivet <<a href="mailto:pierre.jolivet@enseeiht.fr">pierre.jolivet@enseeiht.fr</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 style="word-wrap:break-word"><br><div><br><blockquote type="cite"><div>On 18 Sep 2019, at 3:48 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>> wrote:</div><br class="gmail-m_147530722874901805Apple-interchange-newline"><div><div dir="ltr" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="ltr">On Wed, Sep 18, 2019 at 2:49 AM Pierre Jolivet via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov" target="_blank">petsc-dev@mcs.anl.gov</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 style="word-wrap:break-word">Hello,<div>I’m solving the following dummy system <a href="http://jolivet.perso.enseeiht.fr/composite_ksp.tar.gz" target="_blank">http://jolivet.perso.enseeiht.fr/composite_ksp.tar.gz</a></div><div>[A, B];[C, D], with a PCFIELDSPLIT. For the PC of D, I’m using a PCCOMPOSITE with two sub PCs. One of which is a PCKSP.</div><div>Could you please help me figure out what is wrong in the following piece of code, that may be launched with the following arguments:</div><div>$ mpirun -n 1 ./a.out -ksp_type preonly -pc_type fieldsplit -fieldsplit_1_pc_type composite -fieldsplit_1_sub_1_pc_type ksp -fieldsplit_1_sub_1_ksp_ksp_type gmres -fieldsplit_1_sub_1_ksp_pc_type gamg -fieldsplit_1_sub_1_ksp_ksp_converged_reason -fieldsplit_1_sub_1_ksp_pc_gamg_sym_graph 1 -fieldsplit_1_sub_1_ksp_pc_gamg_square_graph 10 -fieldsplit_1_sub_1_ksp_ksp_rtol 1e-8</div><div><br></div><div>It solves the dummy system twice, with a varying block D.</div></div></blockquote><div><br></div><div>Its not the PC, its the matrix. Everything in the PC gets resetup just like you want.</div><div><br></div><div>I did MatEqual(S2_1, S2_001, &equal) and equal was false.</div></div></div></div></blockquote><div><br></div><div>They are not supposed to be equal, so that’s a good thing.</div><div>Or are you doing the comparison _after_ the MatCopy?</div></div></div></blockquote><div><br></div><div>Yes.</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 style="word-wrap:break-word"><div><div>I’m not sure of what is your point, sorry.</div></div></div></blockquote><div><br></div><div>I think they might not actually have identical nonzero structure.</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 style="word-wrap:break-word"><div><div>Thanks,</div><div>Pierre</div><br><blockquote type="cite"><div><div dir="ltr" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div class="gmail_quote"><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 style="word-wrap:break-word"><div>It should give you:</div><div><div>     <span class="gmail-m_147530722874901805Apple-converted-space"> </span>Linear fieldsplit_1_sub_1_ksp_ solve converged due to CONVERGED_RTOL iterations 8</div><div>solve #0: 16098.3</div><div>     <span class="gmail-m_147530722874901805Apple-converted-space"> </span>Linear fieldsplit_1_sub_1_ksp_ solve did not converge due to DIVERGED_PC_FAILED iterations 0</div><div>                     PC_FAILED due to SUBPC_ERROR</div><div>solve #1: inf</div></div><div><br></div><div>If I switch line 70 to #if 0, I get the expected output:</div><div><div>     <span class="gmail-m_147530722874901805Apple-converted-space"> </span>Linear fieldsplit_1_sub_1_ksp_ solve converged due to CONVERGED_RTOL iterations 8</div><div>solve #0: 16098.3</div><div>     <span class="gmail-m_147530722874901805Apple-converted-space"> </span>Linear fieldsplit_1_sub_1_ksp_ solve converged due to CONVERGED_RTOL iterations 8</div><div>solve #1: 325.448</div></div><div><br></div><div>I’m realizing that this has probably nothing to do with the outer PCFIELDSPLIT, but this comes from a rather large FSI solver, so reproducing this behavior in “only” 97 SLOC is good enough for your I hope.</div><div><br></div><div>Thanks in advance,</div><div>Pierre</div></div></blockquote></div><br clear="all"><div><br></div>--<span class="gmail-m_147530722874901805Apple-converted-space"> </span><br><div dir="ltr" class="gmail-m_147530722874901805gmail_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></div></div></div></div></div></div></div></div></div></blockquote></div><br></div></blockquote></div><br clear="all"><div><br></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>