Home
last modified time | relevance | path

Searched refs:patchis (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/tutorials/
H A Dex14.c95 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 Dpcpatch.c168 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()