Searched refs:PCGASMCreateLocalSubdomains (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 245 PETSC_INTERN PetscErrorCode PCGASMCreateLocalSubdomains(Mat A, PetscInt nloc, IS *iis[]); 349 PetscCall(PCGASMCreateLocalSubdomains(pc->pmat, osm->n, &osm->iis)); in PCSetUp_GASM() 358 PetscCall(PCGASMCreateLocalSubdomains(pc->pmat, osm->n, &osm->iis)); in PCSetUp_GASM() 1319 PetscErrorCode PCGASMCreateLocalSubdomains(Mat A, PetscInt nloc, IS *iis[]) in PCGASMCreateLocalSubdomains() function 1506 PetscCall(PCGASMCreateLocalSubdomains(A, *n, iis)); in PCGASMCreateSubdomains()
|
| /petsc/doc/changes/ |
| H A D | 33.md | 82 PCGASMCreateLocalSubdomains(Mat,PetscInt,PetscInt,IS\*[],IS\*[]);
|