<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Nov 25, 2016 at 3:13 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Nov 25, 2016, at 2:38 PM, Arthur Besen Soprano <<a href="mailto:arthursoprano@gmail.com">arthursoprano@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I was just recently checking some of snes sources code and found a src\snes\impls\multiblock\<wbr>multiblock.c which seemed to be a Non-linear (SNES) equivalent of the fieldsplit for linear problems (KSP).<br>
<br>
</span>   Yes it was an attempt to be something similar.<br>
<span class=""><br>
> However I was not able to use it and did not see any options available with the "-help " argument.<br>
><br>
> My question is: Is this module disabled? If not, how can I use it?<br>
><br>
> (using -snes_type multiblock or -npc_snes_type multiblock does not work...)<br>
<br>
</span>   It is not really functional at the moment. The only way for you to use it is to dig through the code to understand it and likely "fix it", that is change the code to do what it should do (note that it may not be clear what it should do). It also might be simpler to write a new SNESFIELDSPLIT that mimics PCFIELDPLIT We always welcome contributions.</blockquote><div><br></div><div>A reason not to base it on FieldSplit is that this serializes the partitions, but we really want them to run in parallel, which is why</div><div>I used ASM as a model for MultiBlock.</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888"><br>
  Barry<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> Thanks,<br>
><br>
> Arthur<br>
><br>
> --<br>
> Arthur B. Soprano<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">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></div>