Searched refs:numGlobalDofsWithArtificial (Results 1 – 1 of 1) sorted by relevance
1199 PetscInt numGlobalDofs, numGlobalDofsWithArtificial, numGlobalDofsWithAll; in PCPatchCreateCellPatchDiscretisationInfo() local1463 PetscCall(PetscSectionGetStorageSize(gtolCountsWithArtificial, &numGlobalDofsWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()1464 PetscCall(PetscMalloc1(numGlobalDofsWithArtificial, &globalDofsArrayWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()1684 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numGlobalDofsWithArtificial, globalDofsArrayWithArtific… in PCPatchCreateCellPatchDiscretisationInfo()