Lines Matching refs:gtolCountsWithArtificial
1192 PetscSection gtolCounts, gtolCountsWithArtificial = NULL, gtolCountsWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1253 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &patch->gtolCountsWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1254 gtolCountsWithArtificial = patch->gtolCountsWithArtificial; in PCPatchCreateCellPatchDiscretisationInfo()
1255 PetscCall(PetscSectionSetChart(gtolCountsWithArtificial, vStart, vEnd)); in PCPatchCreateCellPatchDiscretisationInfo()
1256 …PetscCall(PetscObjectSetName((PetscObject)patch->gtolCountsWithArtificial, "Patch Global Index Sec… in PCPatchCreateCellPatchDiscretisationInfo()
1445 PetscCall(PetscSectionSetDof(gtolCountsWithArtificial, v, dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1462 PetscCall(PetscSectionSetUp(gtolCountsWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1463 PetscCall(PetscSectionGetStorageSize(gtolCountsWithArtificial, &numGlobalDofsWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1529 PetscCall(PetscSectionGetOffset(gtolCountsWithArtificial, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
1707 PetscCall(PetscSectionGetChart(patch->gtolCountsWithArtificial, &pStart, NULL)); in PCPatchCreateMatrix_Private()
1708 PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, point + pStart, &rsize)); in PCPatchCreateMatrix_Private()
2352 PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, p, &dof)); in PCPatch_ScatterLocal_Private()
2353 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithArtificial, p, &offset)); in PCPatch_ScatterLocal_Private()
2563 PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, p, &dof)); in PCSetUp_PATCH()
2578 … PetscCall(PetscSectionGetDof(patch->gtolCountsWithArtificial, p, &numPatchDofsWithArtificial)); in PCSetUp_PATCH()
2579 PetscCall(PetscSectionGetOffset(patch->gtolCountsWithArtificial, p, &offsetWithArtificial)); in PCSetUp_PATCH()
2887 PetscCall(PetscSectionDestroy(&patch->gtolCountsWithArtificial)); in PCReset_PATCH()