Searched refs:numGlobalDofsWithAll (Results 1 – 1 of 1) sorted by relevance
1199 PetscInt numGlobalDofs, numGlobalDofsWithArtificial, numGlobalDofsWithAll; in PCPatchCreateCellPatchDiscretisationInfo() local1468 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()