Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/ !
H A Dpcpatch.c2599 PetscInt dofWithoutAllCounter = 0; in PCSetUp_PATCH() local
2620 if (gtolArrayWithAll[i + offsetWithAll] == gtolArray[offset + dofWithoutAllCounter]) { in PCSetUp_PATCH()
2621 patchWithoutAllToWithAllArray[dofWithoutAllCounter] = i; in PCSetUp_PATCH()
2622 dofWithoutAllCounter++; in PCSetUp_PATCH()
2623 if (dofWithoutAllCounter == numPatchDofs) break; in PCSetUp_PATCH()