Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1199 PetscInt numGlobalDofs, numGlobalDofsWithArtificial, numGlobalDofsWithAll; in PCPatchCreateCellPatchDiscretisationInfo() local
1468 PetscCall(PetscSectionGetStorageSize(gtolCountsWithAll, &numGlobalDofsWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1469 PetscCall(PetscMalloc1(numGlobalDofsWithAll, &globalDofsArrayWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1689 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numGlobalDofsWithAll, globalDofsArrayWithAll, PETSC_OWN… in PCPatchCreateCellPatchDiscretisationInfo()