<div dir="ltr"><div dir="ltr">On Fri, Mar 11, 2022 at 3:32 PM Tang, Qi <<a href="mailto:tangqi@msu.edu">tangqi@msu.edu</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">Hi,<br>
I am trying to solve a four field system with three nested fieldsplit (I am in petsc/dmstag directly). I think I have all the IS info in the original system. I am wondering how to set up IS for the split system.<br></blockquote><div><br></div><div>Some questions first:</div><div><br></div><div>  1) Are you using DMStag? If so, the field split might be able to be automated.</div><div><br></div><div>  2) Checking the division:</div><div><br></div><div>       Schur complement {1, 2, 3} and {0}</div><div>          Multiplicative {1,2} and {3}</div><div>              Schur complement {1} and {2}</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">
More specifically, I would like to call something like this<br>
-pc_type fieldsplit -pc_fieldsplit_type schur -pc_fieldsplit_0_fields 0 -pc_fieldsplit_1_fields 1,2,3<br>
   -fieldsplit_1_ksp_type fgmres -fieldsplit_1_pc_type fieldsplit -fieldsplit_1_pc_fieldsplit_type multiplicative<br>
      -fieldsplit_1_fieldsplit_1_ksp_type fgmres -fieldsplit_1_fieldsplit_1_pc_type fieldsplit -fieldsplit_1_fieldsplit_1_pc_fieldsplit_type schur<br>
<br>
I know the first level probably would work. But the second and third levels would not. <br>
<br>
We have two components living on one type of dofs. So the natural split 0,1,2,3 do not work. Therefore, at the first level I am setting up split through<br>
PCFieldSplitSetIS(pc, “i", myis[i]);<br>
How could I know the sub ISs and set it up correctly? Thanks.<br>
<br>
<br>
Qi Tang<br>
T5@LANL<br>
<br>
<br>
<br>
</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>