Lines Matching refs:PetscSectionGetOffset

800       if (off) PetscCall(PetscSectionGetOffset(dofSection[0], p, off));  in PCPatchGetGlobalDofs()
820 PetscCall(PetscSectionGetOffset(dofSection[g], p, &fdof)); in PCPatchGetGlobalDofs()
826 if (off) PetscCall(PetscSectionGetOffset(dofSection[f], p, off)); in PCPatchGetGlobalDofs()
1067 PetscCall(PetscSectionGetOffset(pointCounts, v, &off)); in PCPatchCreateCellPatches()
1069 PetscCall(PetscSectionGetOffset(cellCounts, v, &coff)); in PCPatchCreateCellPatches()
1071 PetscCall(PetscSectionGetOffset(intFacetCounts, v, &ifoff)); in PCPatchCreateCellPatches()
1073 PetscCall(PetscSectionGetOffset(extFacetCounts, v, &efoff)); in PCPatchCreateCellPatches()
1301 PetscCall(PetscSectionGetOffset(cellCounts, v, &off)); in PCPatchCreateCellPatchDiscretisationInfo()
1381 PetscCall(PetscSectionGetOffset(cellNumbering, c, &cell)); in PCPatchCreateCellPatchDiscretisationInfo()
1480 PetscCall(PetscSectionGetOffset(cellCounts, v, &off)); in PCPatchCreateCellPatchDiscretisationInfo()
1482 PetscCall(PetscSectionGetOffset(pointCounts, v, &ooff)); in PCPatchCreateCellPatchDiscretisationInfo()
1497 if (cellNumbering) PetscCall(PetscSectionGetOffset(cellNumbering, c, &cell)); in PCPatchCreateCellPatchDiscretisationInfo()
1517 PetscCall(PetscSectionGetOffset(gtolCounts, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
1529 PetscCall(PetscSectionGetOffset(gtolCountsWithArtificial, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
1540 PetscCall(PetscSectionGetOffset(gtolCountsWithAll, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
1586 if (cellNumbering) PetscCall(PetscSectionGetOffset(cellNumbering, c, &cell)); in PCPatchCreateCellPatchDiscretisationInfo()
1742 PetscCall(PetscSectionGetOffset(patch->cellCounts, point, &offset)); in PCPatchCreateMatrix_Private()
1773 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); in PCPatchCreateMatrix_Private()
1822 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); in PCPatchCreateMatrix_Private()
1861 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); in PCPatchCreateMatrix_Private()
1907 PetscCall(PetscSectionGetOffset(patch->pointCounts, patchNum, &poff)); in PCPatchComputeFunction_DMPlex_Private()
1949 PetscCall(PetscSectionGetOffset(patch->cellCounts, point, &offset)); in PCPatchComputeFunction_Internal()
1988 PetscCall(PetscSectionGetOffset(patch->pointCounts, patchNum, &poff)); in PCPatchComputeOperator_DMPlex_Private()
2038 PetscCall(PetscSectionGetOffset(patch->cellCounts, point, &offset)); in PCPatchComputeOperator_Internal()
2067 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); in PCPatchComputeOperator_Internal()
2238 PetscCall(PetscSectionGetOffset(patch->cellCounts, i, &offset)); in PCPatchPrecomputePatchTensors_Private()
2295 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, i, &offset)); in PCPatchPrecomputePatchTensors_Private()
2353 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithArtificial, p, &offset)); in PCPatch_ScatterLocal_Private()
2357 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithAll, p, &offset)); in PCPatch_ScatterLocal_Private()
2361 PetscCall(PetscSectionGetOffset(patch->gtolCounts, p, &offset)); in PCPatch_ScatterLocal_Private()
2525 PetscCall(PetscSectionGetOffset(s, p, &off)); in PCSetUp_PATCH()
2576 PetscCall(PetscSectionGetOffset(patch->gtolCounts, p, &offset)); in PCSetUp_PATCH()
2579 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithArtificial, p, &offsetWithArtificial)); in PCSetUp_PATCH()
2612 PetscCall(PetscSectionGetOffset(patch->gtolCounts, p, &offset)); in PCSetUp_PATCH()
2615 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithAll, p, &offsetWithAll)); in PCSetUp_PATCH()
2815 PetscCall(PetscSectionGetOffset(patch->gtolCounts, i + pStart, &start)); in PCApply_PATCH()