Searched refs:PCASMCreateSubdomains (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/pc/impls/asm/ftn-custom/ |
| H A D | zasmf.c | 27 *ierr = PCASMCreateSubdomains(*mat, n, &insubs); in pcasmcreatesubdomains_()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex19.c | 86 PetscCall(PCASMCreateSubdomains(Aseq, nblocks, &loc_blocks)); // A in main()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 218 PetscCall(PCASMCreateSubdomains(pc->pmat, osm->n_local_true, &osm->is)); in PCSetUp_ASM() 1359 PetscErrorCode PCASMCreateSubdomains(Mat A, PetscInt n, IS *outis[]) in PCASMCreateSubdomains() function
|
| /petsc/include/ |
| H A D | petscpc.h | 247 PETSC_EXTERN PetscErrorCode PCASMCreateSubdomains(Mat, PetscInt, IS *[]);
|
| /petsc/doc/faq/ |
| H A D | index.md | 602 and check the index of the users manual for `PCASMCreateSubdomains()`.
|