Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2559 PetscInt numPatchDofsWithArtificial, offsetWithArtificial; in PCSetUp_PATCH() local
2579 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithArtificial, p, &offsetWithArtificial)); in PCSetUp_PATCH()
2583 …if (gtolArrayWithArtificial[i + offsetWithArtificial] == gtolArray[offset + dofWithoutArtificialCo… in PCSetUp_PATCH()