<div dir="ltr"><div dir="ltr">On Wed, May 17, 2023 at 2:59 PM Barry Smith <<a href="mailto:bsmith@petsc.dev">bsmith@petsc.dev</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"><br>
  Absolutely, that is fundamental to the design.<br>
<br>
  In the simple case where all the degrees of freedom exist at the same grid points, hence storage is like  u,v,t,p   in the vector the nesting is trivial. You indicate the fields without using IS (don't even need to change any code) <br>
<br>
-pc_fieldsplit_0_fields 0,1,2<br>
-fieldsplit_pc_fieldsplit_0_fields  0,1<br>
<br>
Listing the two complimentary fields <br>
pc_fieldsplit_1_fields 3<br>
-fieldsplit_pc_fieldsplit_1_fields  2<br>
should be optional (I can't remember if it is smart enough to allow not listing them)<br>
<br>
If you have a staggered grid then indicating the fields is trickery (since you don't have the simple u,v,t,p layout of the degrees of freedom)<br></blockquote><div><br></div><div>Here we do something similar.</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">
> On May 17, 2023, at 12:47 PM, Alexander Lindsay <<a href="mailto:alexlindsay239@gmail.com" target="_blank">alexlindsay239@gmail.com</a>> wrote:<br>
> <br>
> I've seen threads in the archives about nested field split but I'm not sure they match what I'm asking about.<br>
> <br>
> I'm doing a Schur field split for a porous version of incompressible Navier-Stokes. In addition to pressure and velocity fields, we have fluid and solid temperature fields. I plan to put all primal variables in one split and the pressure obviously in the Schur split. Now within the "primal variable split" a user is wondering whether we can do a further split, e.g. perhaps an additive split with the solid temperature split out from the velocities and fluid temperature (the former is almost pure conduction whereas the latter may be advection dominated). Is this possible?<br>
> <br>
> Alex<br>
<br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><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>