Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h53 IS gtolWithArtificial; member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1684 …DofsWithArtificial, globalDofsArrayWithArtificial, PETSC_OWN_POINTER, &patch->gtolWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
2354 PetscCall(ISGetIndices(patch->gtolWithArtificial, &gtolArray)); in PCPatch_ScatterLocal_Private()
2373 PetscCall(ISRestoreIndices(patch->gtolWithArtificial, &gtolArray)); in PCPatch_ScatterLocal_Private()
2577 PetscCall(ISGetIndices(patch->gtolWithArtificial, &gtolArrayWithArtificial)); in PCSetUp_PATCH()
2591 PetscCall(ISRestoreIndices(patch->gtolWithArtificial, &gtolArrayWithArtificial)); in PCSetUp_PATCH()
2888 PetscCall(ISDestroy(&patch->gtolWithArtificial)); in PCReset_PATCH()