Home
last modified time | relevance | path

Searched refs:PCASMCreateSubdomains2D (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/pc/tests/
H A Dex6.c78 PetscCall(PCASMCreateSubdomains2D(m + 1, m + 1, x1, x2, 1, 0, &Nsub1, &is1, &islocal1)); in main()
80 PetscCall(PCASMCreateSubdomains2D(m + 1, m + 1, x1, x2, 1, ol, &Nsub2, &is2, &islocal2)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex71f.F9052 …PetscCallA(PCASMCreateSubdomains2D(M, M, NSubx, NSubx, dof, overlap, NSub, subdomains_IS, inflated…
/petsc/src/ksp/pc/impls/asm/ftn-custom/
H A Dzasmf.c81 *ierr = PCASMCreateSubdomains2D(*m, *n, *M, *N, *dof, *overlap, Nsub, &iis, &iisl); in pcasmcreatesubdomains2d_()
/petsc/src/ksp/ksp/tutorials/
H A Dex8.c161 PetscCall(PCASMCreateSubdomains2D(m, n, M, N, 1, overlap, &Nsub, &is, &is_local)); in main()
/petsc/include/
H A Dpetscpc.h249 PETSC_EXTERN PetscErrorCode PCASMCreateSubdomains2D(PetscInt, PetscInt, PetscInt, PetscInt, PetscIn…
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1572 PetscErrorCode PCASMCreateSubdomains2D(PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt dof… in PCASMCreateSubdomains2D() function