Searched refs:PCGASMCreateSubdomains (Results 1 – 3 of 3) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 33.md | 81 - Removed PCGASMCreateSubdomains(), use
|
| /petsc/include/ |
| H A D | petscpc.h | 263 PETSC_EXTERN PetscErrorCode PCGASMCreateSubdomains(Mat, PetscInt, PetscInt *, IS *[]);
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 331 PetscCall(PCGASMCreateSubdomains(pc->pmat, osm->N, &osm->n, &osm->iis)); in PCSetUp_GASM() 1494 PetscErrorCode PCGASMCreateSubdomains(Mat A, PetscInt N, PetscInt *n, IS *iis[]) in PCGASMCreateSubdomains() function
|