Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1653 PetscInt pStartf, pEndf, f; in PCPatchCreateCellPatchDiscretisationInfo() local
1657 PetscCall(PetscSectionGetChart(patch->dofSection[f], &pStartf, &pEndf)); in PCPatchCreateCellPatchDiscretisationInfo()
1659 pEnd = PetscMax(pEnd, pEndf); in PCPatchCreateCellPatchDiscretisationInfo()
1663 PetscCall(PetscSectionGetChart(patch->dofSection[f], &pStartf, &pEndf)); in PCPatchCreateCellPatchDiscretisationInfo()
1664 for (p = pStartf; p < pEndf; ++p) { in PCPatchCreateCellPatchDiscretisationInfo()