Lines Matching refs:gtolCounts
1192 PetscSection gtolCounts, gtolCountsWithArtificial = NULL, gtolCountsWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1244 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &patch->gtolCounts)); in PCPatchCreateCellPatchDiscretisationInfo()
1245 gtolCounts = patch->gtolCounts; in PCPatchCreateCellPatchDiscretisationInfo()
1246 PetscCall(PetscSectionSetChart(gtolCounts, vStart, vEnd)); in PCPatchCreateCellPatchDiscretisationInfo()
1247 PetscCall(PetscObjectSetName((PetscObject)patch->gtolCounts, "Patch Global Index Section")); in PCPatchCreateCellPatchDiscretisationInfo()
1452 PetscCall(PetscSectionSetDof(gtolCounts, v, dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1457 PetscCall(PetscSectionSetUp(gtolCounts)); in PCPatchCreateCellPatchDiscretisationInfo()
1458 PetscCall(PetscSectionGetStorageSize(gtolCounts, &numGlobalDofs)); in PCPatchCreateCellPatchDiscretisationInfo()
1517 PetscCall(PetscSectionGetOffset(gtolCounts, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
1679 PetscCall(PetscSectionViewFromOptions(patch->gtolCounts, (PetscObject)pc, option)); in PCPatchCreateCellPatchDiscretisationInfo()
1712 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, NULL)); in PCPatchCreateMatrix_Private()
1713 PetscCall(PetscSectionGetDof(patch->gtolCounts, point + pStart, &rsize)); in PCPatchCreateMatrix_Private()
2360 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &dof)); in PCPatch_ScatterLocal_Private()
2361 PetscCall(PetscSectionGetOffset(patch->gtolCounts, p, &offset)); in PCPatch_ScatterLocal_Private()
2547 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, &pEnd)); in PCSetUp_PATCH()
2554 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &dof)); in PCSetUp_PATCH()
2570 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &numPatchDofs)); in PCSetUp_PATCH()
2576 PetscCall(PetscSectionGetOffset(patch->gtolCounts, p, &offset)); in PCSetUp_PATCH()
2606 PetscCall(PetscSectionGetDof(patch->gtolCounts, p, &numPatchDofs)); in PCSetUp_PATCH()
2612 PetscCall(PetscSectionGetOffset(patch->gtolCounts, p, &offset)); in PCSetUp_PATCH()
2656 PetscCall(PetscSectionGetDof(patch->gtolCounts, i + pStart, &dof)); in PCSetUp_PATCH()
2807 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, NULL)); in PCApply_PATCH()
2814 PetscCall(PetscSectionGetDof(patch->gtolCounts, i + pStart, &len)); in PCApply_PATCH()
2815 PetscCall(PetscSectionGetOffset(patch->gtolCounts, i + pStart, &start)); in PCApply_PATCH()
2878 PetscCall(PetscSectionDestroy(&patch->gtolCounts)); in PCReset_PATCH()