[petsc-dev] Right-preconditioned GMRES

Mark Adams mfadams at lbl.gov
Sun Oct 13 08:34:21 CDT 2019


Try -pc_asm_overlap 0 with ASM.

And I trust the KO run works with 1 processor (direct solve)

On Sun, Oct 13, 2019 at 3:41 AM Pierre Jolivet via petsc-dev <
petsc-dev at mcs.anl.gov> wrote:

> Hello,
> I’m struggling to understand the following weirdness with PCASM with exact
> subdomain solvers.
> I’m dealing with a very simple Poisson problem with Dirichlet + Neumann
> BCs.
> 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.
> If I use PCASM + KSPPREONLY or 1 iteration of GMRES preconditioned on the
> left, I get the expected result as well.
> However, with PCASM + 1 iteration of GMRES preconditioned on the right, I
> don’t get what I should (I believe).
> Furthermore, this problem is specific to -pc_asm_type restrict,none (I get
> the expected result with basic,interpolate).
>
> Any hint?
>
> Thanks,
> Pierre
>
> $ -sub_pc_type lu -ksp_max_it 1 -ksp_type gmres -pc_type bjacobi
> -ksp_pc_side right -> bjacobi_OK
> $ -sub_pc_type lu -ksp_max_it 1 -ksp_type gmres -pc_type asm -ksp_pc_side
> left -> asm_OK
> $ -sub_pc_type lu -ksp_max_it 1 -ksp_type gmres -pc_type asm -ksp_pc_side
> right -> asm_KO
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20191013/2cc3704a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bjacobi_OK.png
Type: image/png
Size: 61525 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20191013/2cc3704a/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asm_OK.png
Type: image/png
Size: 59458 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20191013/2cc3704a/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asm_KO.png
Type: image/png
Size: 63370 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20191013/2cc3704a/attachment-0005.png>


More information about the petsc-dev mailing list