Lines Matching refs:PetscSectionGetChart
1243 PetscCall(PetscSectionGetChart(cellCounts, &vStart, &vEnd)); in PCPatchCreateCellPatchDiscretisationInfo()
1640 PetscCall(PetscSectionGetChart(patch->dofSection[0], &pStart, &pEnd)); in PCPatchCreateCellPatchDiscretisationInfo()
1657 PetscCall(PetscSectionGetChart(patch->dofSection[f], &pStartf, &pEndf)); in PCPatchCreateCellPatchDiscretisationInfo()
1663 PetscCall(PetscSectionGetChart(patch->dofSection[f], &pStartf, &pEndf)); in PCPatchCreateCellPatchDiscretisationInfo()
1707 PetscCall(PetscSectionGetChart(patch->gtolCountsWithArtificial, &pStart, NULL)); in PCPatchCreateMatrix_Private()
1712 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, NULL)); in PCPatchCreateMatrix_Private()
1738 PetscCall(PetscSectionGetChart(patch->cellCounts, &pStart, &pEnd)); in PCPatchCreateMatrix_Private()
1943 PetscCall(PetscSectionGetChart(patch->cellCounts, &pStart, &pEnd)); in PCPatchComputeFunction_Internal()
2032 PetscCall(PetscSectionGetChart(patch->cellCounts, &pStart, &pEnd)); in PCPatchComputeOperator_Internal()
2235 PetscCall(PetscSectionGetChart(patch->cellCounts, &pStart, &pEnd)); in PCPatchPrecomputePatchTensors_Private()
2291 PetscCall(PetscSectionGetChart(patch->intFacetCounts, &pStart, &pEnd)); in PCPatchPrecomputePatchTensors_Private()
2484 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PCSetUp_PATCH()
2547 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, &pEnd)); in PCSetUp_PATCH()
2807 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, NULL)); in PCApply_PATCH()