Home
last modified time | relevance | path

Searched refs:DMCreateDomainDecomposition (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/tutorials/
H A Dex14.c88 PetscCall(DMCreateDomainDecomposition(da, NULL, NULL, &iis, &ois, &subda)); in main()
/petsc/include/
H A Dpetscdm.h224 PETSC_EXTERN PetscErrorCode DMCreateDomainDecomposition(DM, PetscInt *, char ***, IS **, IS **, DM …
/petsc/src/snes/impls/nasm/
H A Dnasm.c111 PetscCall(DMCreateDomainDecomposition(dm, &nasm->n, NULL, NULL, NULL, &subdms)); in SNESSetUp_NASM()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c179 …PetscCall(DMCreateDomainDecomposition(pc->dm, &num_domains, &domain_names, &inner_domain_is, &oute… in PCSetUp_ASM()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c336 …PetscCall(DMCreateDomainDecomposition(pc->dm, &num_subdomains, &subdomain_names, &inner_subdomain_… in PCSetUp_GASM()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5098 #define DMCreateDomainDecomposition_pforest _append_pforest(DMCreateDomainDecomposition)
5106 PetscCall(DMCreateDomainDecomposition(plex, nsub, names, innerises, outerises, dms)); in DMCreateDomainDecomposition_pforest()
/petsc/src/dm/interface/
H A Ddm.c2255 PetscErrorCode DMCreateDomainDecomposition(DM dm, PetscInt *n, char ***namelist, IS *innerislist[],… in DMCreateDomainDecomposition() function
/petsc/doc/manual/
H A Dksp.md1054 generating such decompositions via `DMCreateDomainDecomposition()`.