Home
last modified time | relevance | path

Searched refs:PCGASMCreateSubdomains2D (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex71f.F9040 …PetscCallA(PCGASMCreateSubdomains2D(pc, M, M, NSubx, NSubx, dof, overlap, NSub, subdomains_IS, inf…
/petsc/src/ksp/pc/impls/gasm/ftn-custom/
H A Dzgasmf.c34 *ierr = PCGASMCreateSubdomains2D(*pc, *m, *n, *M, *N, *dof, *overlap, Nsub, &iis, &iisl); in pcgasmcreatesubdomains2d_()
/petsc/src/ksp/ksp/tutorials/
H A Dex62.c150 PetscCall(PCGASMCreateSubdomains2D(pc, m, n, M, N, 1, overlap, &Nsub, &inneris, &outeris)); in main()
/petsc/doc/changes/
H A D33.md84 …- PCGASMCreateSubdomains2D(PC,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt\*,IS[…
/petsc/include/
H A Dpetscpc.h265 PETSC_EXTERN PetscErrorCode PCGASMCreateSubdomains2D(PC, PetscInt, PetscInt, PetscInt, PetscInt, Pe…
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1615 PetscErrorCode PCGASMCreateSubdomains2D(PC pc, PetscInt M, PetscInt N, PetscInt Mdomains, PetscInt … in PCGASMCreateSubdomains2D() function
/petsc/doc/manual/
H A Dksp.md1050 `PCGASMCreateSubdomains2D()` is similar to PCASM’s but is capable of
1070 `PCGASMCreateSubdomains2D()`.