Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2598 PetscInt numPatchDofsWithAll, offsetWithAll; in PCSetUp_PATCH() local
2614 PetscCall(PetscSectionGetDof(patch->gtolCountsWithAll, p, &numPatchDofsWithAll)); in PCSetUp_PATCH()
2619 for (i = 0; i < numPatchDofsWithAll; i++) { in PCSetUp_PATCH()