<div dir="ltr">Oh I see you have established that it is the overlap and got something that looks like the load on a homogenous BC and the processor boundary ... very odd.<div><br></div><div>Does the bad version converge to the correct solution if you iterate? It looks like your BC is wrong.</div><div><br></div><div>It sure looks like a bug. Can you valgrind this?</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 13, 2019 at 9:34 AM Mark Adams <<a href="mailto:mfadams@lbl.gov">mfadams@lbl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Try <span style="color:rgb(0,0,0);font-family:Times;font-size:medium">-pc_asm_overlap 0 with ASM.</span><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">And I trust the KO run works with 1 processor (direct solve)</span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 13, 2019 at 3:41 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><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hello,<div>I’m struggling to understand the following weirdness with PCASM with exact subdomain solvers.</div><div>I’m dealing with a very simple Poisson problem with Dirichlet + Neumann BCs.</div><div>If I use PCBJACOBI + KSPPREONLY or 1 iteration of GMRES either preconditioned on the right or on the left, I get the expected result, cf. attached screenshot.</div><div>If I use PCASM + KSPPREONLY or 1 iteration of GMRES preconditioned on the left, I get the expected result as well.</div><div>However, with PCASM + 1 iteration of GMRES preconditioned on the right, I don’t get what I should (I believe).</div><div>Furthermore, this problem is specific to -pc_asm_type restrict,none (I get the expected result with basic,interpolate).</div><div><br></div><div>Any hint?</div><div><br></div><div>Thanks,</div><div>Pierre</div><div><br></div><div>$ -sub_pc_type lu -ksp_max_it 1 -ksp_type gmres -pc_type bjacobi -ksp_pc_side right -> bjacobi_OK</div><div>$ -sub_pc_type lu -ksp_max_it 1 -ksp_type gmres -pc_type asm -ksp_pc_side left -> asm_OK</div><div>$ -sub_pc_type lu -ksp_max_it 1 -ksp_type gmres -pc_type asm -ksp_pc_side right -> asm_KO</div><div><br></div><div><img id="gmail-m_-3675314277472868065gmail-m_-9049402609849595675DE95ED6C-EF37-4B97-922A-62341017FD5C" src="cid:16dc550492b2dc4f06a1"><img id="gmail-m_-3675314277472868065gmail-m_-904940260984959567507C1457B-CE35-4312-B58C-7416EA187E14" src="cid:16dc550492b91e8295b2"><img id="gmail-m_-3675314277472868065gmail-m_-9049402609849595675035EB555-579F-48E6-98DC-ABAFBF26821F" src="cid:16dc550492b8b4d24e33"></div></div></blockquote></div>
</blockquote></div>