Searched refs:pEndf (Results 1 – 1 of 1) sorted by relevance
1653 PetscInt pStartf, pEndf, f; in PCPatchCreateCellPatchDiscretisationInfo() local1657 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()