Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h54 IS gtolWithAll; member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1689 …_COMM_SELF, numGlobalDofsWithAll, globalDofsArrayWithAll, PETSC_OWN_POINTER, &patch->gtolWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
2358 PetscCall(ISGetIndices(patch->gtolWithAll, &gtolArray)); in PCPatch_ScatterLocal_Private()
2375 PetscCall(ISRestoreIndices(patch->gtolWithAll, &gtolArray)); in PCPatch_ScatterLocal_Private()
2613 PetscCall(ISGetIndices(patch->gtolWithAll, &gtolArrayWithAll)); in PCSetUp_PATCH()
2628 PetscCall(ISRestoreIndices(patch->gtolWithAll, &gtolArrayWithAll)); in PCSetUp_PATCH()
2892 PetscCall(ISDestroy(&patch->gtolWithAll)); in PCReset_PATCH()