Home
last modified time | relevance | path

Searched refs:gtolCountsWithAll (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h51 …PetscSection gtolCountsWithAll; /* ?? Indices to extract from local to patch vectors inclu… member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1192 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()
[all …]
/petsc/src/snes/impls/patch/
H A Dsnespatch.c90 PetscCall(PetscSectionGetDof(patch->gtolCountsWithAll, i + pStart, &dof)); in PCSetUp_PATCH_Nonlinear()