Searched refs:patchis (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/tutorials/ |
| H A D | ex14.c | 95 IS patchis; in main() local 110 PetscCall(DMDACreatePatchIS(da, &lower, &upper, &patchis, patchis_offproc)); in main() 116 PetscCall(VecScatterCreate(smallvec, NULL, largevec, patchis, &patchscat)); in main() 123 PetscCall(ISView(patchis, PETSC_VIEWER_STDOUT_WORLD)); in main() 136 PetscCall(ISDestroy(&patchis)); in main()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 168 IS patchis = patch->userIS[point]; in PCPatchConstruct_User() local 176 PetscCall(ISGetLocalSize(patchis, &n)); in PCPatchConstruct_User() 177 PetscCall(ISGetIndices(patchis, &patchdata)); in PCPatchConstruct_User() 184 PetscCall(ISRestoreIndices(patchis, &patchdata)); in PCPatchConstruct_User()
|