<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Thanks for clarifying that.
<div class=""><br class="">
</div>
<div class="">So if I have my subdomain set as </div>
<div class=""><br class="">
</div>
<div class="">0 —— 1 —— 2  —— 3 —— 4  —— 5 —— 6</div>
<div class=""> | subdomain 1 | subdomain 2 | subdomain 1 |</div>
<div class=""><br class="">
</div>
<div class="">Should I actually make sure that I define 3 separate subdomains?</div>
<div class="">Currently, my subdomains are defined  depending on a parameter of the system of PDEs I’m solving.</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Simone </div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On Sep 5, 2018, at 12:37 PM, Fande Kong <<a href="mailto:fdkong.jd@gmail.com" class="">fdkong.jd@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<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; -webkit-text-stroke-width: 0px;" class="">
<br class="">
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Wed, Sep 5, 2018 at 9:54 AM Smith, Barry F. <<a href="mailto:bsmith@mcs.anl.gov" class="">bsmith@mcs.anl.gov</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
<br class="">
  2 should belong to one of the subdomains, either one is fine.<br class="">
<br class="">
   Barry<br class="">
<br class="">
<br class="">
> On Sep 5, 2018, at 10:46 AM, Rossi, Simone <<a href="mailto:srossi@email.unc.edu" target="_blank" class="">srossi@email.unc.edu</a>> wrote:<br class="">
><span class="Apple-converted-space"> </span><br class="">
> I’m trying to setup GASM, but I’m probably misunderstanding something.<br class="">
><span class="Apple-converted-space"> </span><br class="">
> If I have this mesh<br class="">
><span class="Apple-converted-space"> </span><br class="">
> 0 —— 1 —— 2 —— 3 —— 4<br class="">
> subdomain 1  |   subdomain 2<br class="">
><span class="Apple-converted-space"> </span><br class="">
</blockquote>
<div class=""><br class="">
</div>
<div class="">You may need to make a decision which subdomain ``2" belongs to. Most people just let the shared node go to the lower MPI rank. If so, in this example, ``2" belongs to the subdomain one. </div>
<div class=""><br class="">
</div>
<div class="">iis1 = {0, 1, 2}</div>
<div class="">ois  = {0, 1, 2, 3}</div>
<div class=""><br class="">
</div>
<div class="">iis2 = {3, 4}</div>
<div class="">ois2 = {2, 3, 4}</div>
<div class=""><br class="">
</div>
<div class="">You consider seriously to use GASM, I would suggest to partition  your problem (using ``hierach") in such a way that multi-rank subdomain is actually connected, otherwise you may end up having a deficient performance.  </div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Fande,</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""> </div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex;">
> I create an interior (no overlap) and an outer (with overlap) IS for both subdomains.<br class="">
><span class="Apple-converted-space"> </span><br class="">
> In my naive understanding<br class="">
><span class="Apple-converted-space"> </span><br class="">
> iis1  = {0, 1}<br class="">
> ois1 = {0, 1, 2}<br class="">
><span class="Apple-converted-space"> </span><br class="">
> and<br class="">
><span class="Apple-converted-space"> </span><br class="">
> iis2  = {3, 4}<br class="">
> ois2 = {2, 3, 4}<br class="">
><span class="Apple-converted-space"> </span><br class="">
> but then the node at the interface (node 2) does not belong to any interior IS. Should node 2 belong to both interior IS? Or should it belong only to one of the domains?<br class="">
><span class="Apple-converted-space"> </span><br class="">
> Thanks,<br class="">
> Simone<br class="">
><span class="Apple-converted-space"> </span><br class="">
><span class="Apple-converted-space"> </span><br class="">
> On Aug 15, 2018, at 22:11, Griffith, Boyce Eugene <<a href="mailto:boyceg@email.unc.edu" target="_blank" class="">boyceg@email.unc.edu</a>> wrote:<br class="">
><span class="Apple-converted-space"> </span><br class="">
>><span class="Apple-converted-space"> </span><br class="">
>><span class="Apple-converted-space"> </span><br class="">
>>> On Aug 15, 2018, at 10:07 PM, Smith, Barry F. <<a href="mailto:bsmith@mcs.anl.gov" target="_blank" class="">bsmith@mcs.anl.gov</a>> wrote:<br class="">
>>><span class="Apple-converted-space"> </span><br class="">
>>><span class="Apple-converted-space"> </span><br class="">
>>> Yes you can have "overlapping fields" with FIELDSPLIT but I don't think you can use FIELDSPLIT for your case. You seem to have a geometric decomposition into regions. ASM and GASM are intended for such decompositions. Fieldsplit is for multiple fields that
 each live across the entire domain.<br class="">
>><span class="Apple-converted-space"> </span><br class="">
>> Basically there is one field the lives on the entire domain, and another field that lives only on a subdomain.<br class="">
>><span class="Apple-converted-space"> </span><br class="">
>> Perhaps we could do GASM for the geometric split and FIELDSPLIT within the subdomain with the two fields.<br class="">
>><span class="Apple-converted-space"> </span><br class="">
>>> Barry<br class="">
>>><span class="Apple-converted-space"> </span><br class="">
>>><span class="Apple-converted-space"> </span><br class="">
>>>> On Aug 15, 2018, at 7:42 PM, Griffith, Boyce Eugene <<a href="mailto:boyceg@email.unc.edu" target="_blank" class="">boyceg@email.unc.edu</a>> wrote:<br class="">
>>>><span class="Apple-converted-space"> </span><br class="">
>>>> Is it permissible to have overlapping fields in FIELDSPLIT? We are specifically thinking about how to handle DOFs living on the interface between two regions.<br class="">
>>>><span class="Apple-converted-space"> </span><br class="">
>>>> Thanks!<br class="">
>>>><span class="Apple-converted-space"> </span><br class="">
>>>> — Boyce<br class="">
>>><span class="Apple-converted-space"> </span><br class="">
>><span class="Apple-converted-space"> </span><br class="">
><span class="Apple-converted-space"> </span></blockquote>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>