Home
last modified time | relevance | path

Searched refs:gtolCountsWithArtificial (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h50 …PetscSection gtolCountsWithArtificial; /* ?? 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
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()
[all …]