Searched refs:pStartf (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()1658 pStart = PetscMin(pStart, pStartf); in PCPatchCreateCellPatchDiscretisationInfo()1663 PetscCall(PetscSectionGetChart(patch->dofSection[f], &pStartf, &pEndf)); in PCPatchCreateCellPatchDiscretisationInfo()1664 for (p = pStartf; p < pEndf; ++p) { in PCPatchCreateCellPatchDiscretisationInfo()