<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 8, 2022 at 12:44 AM markwinpe <<a href="mailto:markwinpe@163.com">markwinpe@163.com</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"><p style="font:14px/1.5 "Lucida Grande";margin:0px">Dear PETSc’s developers,</p><p style="font:14px/1.5 "Lucida Grande";margin:0px">      In the context of unstructured applications developed by PETSc’s DMPlex, if the ASM is used for preconditioning, is it algebraic (based on matrix graph) or geometric (based on Metis partition)?  </p></blockquote><div><br></div><div>Algebraic. DMPlex is a topology thing and I don't know if it helps ASM.</div><div><br></div><div>ASM will have one subdomain per process by default, it does not try to create subdomains for you.</div><div><br></div><div>You can give AMS domains that you can create with a partitioning (Metis the common one to use). see <a href="https://petsc.org/main/docs/manualpages/MatOrderings/MatPartitioningCreate">https://petsc.org/main/docs/manualpages/MatOrderings/MatPartitioningCreate</a> </div><div><br></div><div>and</div><div><br></div><div><a href="https://petsc.org/main/docs/manualpages/PC/PCASMSetTotalSubdomains/">https://petsc.org/main/docs/manualpages/PC/PCASMSetTotalSubdomains/</a><br></div><div> </div><div>Mark</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p style="font:14px/1.5 "Lucida Grande";margin:0px">    When the ASM preconditioner is associated with a specific DM object, I found there is  only the implementation of <a href="https://www.petsc.org/release/src/dm/impls/da/dadd.c.html#DMCreateDomainDecomposition_DA" style="font-family:-webkit-standard" target="_blank">DMCreateDomainDecomposition</a> for DA in PCSetUp_ASM, and there is no implementation for DMPlex. So I guess the ASM is algebraic for DMPlex, is that right ? </p><p style="font:14px/1.5 "Lucida Grande";margin:0px"><br></p><p style="font:14px/1.5 "Lucida Grande";margin:0px"><br></p><p style="font:14px/1.5 "Lucida Grande";margin:0px">Best,</p><p style="font:14px/1.5 "Lucida Grande";margin:0px"><br></p><p style="font:14px/1.5 "Lucida Grande";margin:0px">Wenpeng</p></blockquote></div></div>