Searched refs:localDof (Results 1 – 1 of 1) sorted by relevance
1389 PetscInt localDof; in PCPatchCreateCellPatchDiscretisationInfo() local1400 PetscCall(PetscHMapIGet(ht, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()1401 if (localDof == -1) { in PCPatchCreateCellPatchDiscretisationInfo()1402 localDof = localIndex++; in PCPatchCreateCellPatchDiscretisationInfo()1403 PetscCall(PetscHMapISet(ht, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()1407 dofsArray[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()1414 PetscCall(PetscHMapIGet(htWithArtificial, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()1415 if (localDof == -1) { in PCPatchCreateCellPatchDiscretisationInfo()1416 localDof = localIndexWithArtificial++; in PCPatchCreateCellPatchDiscretisationInfo()1417 PetscCall(PetscHMapISet(htWithArtificial, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()[all …]