Lines Matching refs:gtolCountsWithAll

1192   PetscSection    gtolCounts, gtolCountsWithArtificial = NULL, gtolCountsWithAll = NULL;  in PCPatchCreateCellPatchDiscretisationInfo()  local
1264 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &patch->gtolCountsWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1265 gtolCountsWithAll = patch->gtolCountsWithAll; in PCPatchCreateCellPatchDiscretisationInfo()
1266 PetscCall(PetscSectionSetChart(gtolCountsWithAll, vStart, vEnd)); in PCPatchCreateCellPatchDiscretisationInfo()
1267 …PetscCall(PetscObjectSetName((PetscObject)patch->gtolCountsWithAll, "Patch Global Index Section In… in PCPatchCreateCellPatchDiscretisationInfo()
1449 PetscCall(PetscSectionSetDof(gtolCountsWithAll, v, dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1467 PetscCall(PetscSectionSetUp(gtolCountsWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1468 PetscCall(PetscSectionGetStorageSize(gtolCountsWithAll, &numGlobalDofsWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1540 PetscCall(PetscSectionGetOffset(gtolCountsWithAll, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
2356 PetscCall(PetscSectionGetDof(patch->gtolCountsWithAll, p, &dof)); in PCPatch_ScatterLocal_Private()
2357 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithAll, p, &offset)); in PCPatch_ScatterLocal_Private()
2614 PetscCall(PetscSectionGetDof(patch->gtolCountsWithAll, p, &numPatchDofsWithAll)); in PCSetUp_PATCH()
2615 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithAll, p, &offsetWithAll)); in PCSetUp_PATCH()
2891 PetscCall(PetscSectionDestroy(&patch->gtolCountsWithAll)); in PCReset_PATCH()