Searched refs:PCASMCreateSubdomains2D (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/pc/tests/ |
| H A D | ex6.c | 78 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 D | ex71f.F90 | 52 …PetscCallA(PCASMCreateSubdomains2D(M, M, NSubx, NSubx, dof, overlap, NSub, subdomains_IS, inflated…
|
| /petsc/src/ksp/pc/impls/asm/ftn-custom/ |
| H A D | zasmf.c | 81 *ierr = PCASMCreateSubdomains2D(*m, *n, *M, *N, *dof, *overlap, Nsub, &iis, &iisl); in pcasmcreatesubdomains2d_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex8.c | 161 PetscCall(PCASMCreateSubdomains2D(m, n, M, N, 1, overlap, &Nsub, &is, &is_local)); in main()
|
| /petsc/include/ |
| H A D | petscpc.h | 249 PETSC_EXTERN PetscErrorCode PCASMCreateSubdomains2D(PetscInt, PetscInt, PetscInt, PetscInt, PetscIn…
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 1572 PetscErrorCode PCASMCreateSubdomains2D(PetscInt m, PetscInt n, PetscInt M, PetscInt N, PetscInt dof… in PCASMCreateSubdomains2D() function
|