Lines Matching refs:htWithArtificial

1222   PetscHMapI      htWithArtificial;  in PCPatchCreateCellPatchDiscretisationInfo()  local
1289 PetscCall(PetscHMapICreate(&htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1298 PetscCall(PetscHMapIClear(htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1414 PetscCall(PetscHMapIGet(htWithArtificial, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1417 PetscCall(PetscHMapISet(htWithArtificial, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1444 PetscCall(PetscHMapIGetSize(htWithArtificial, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1477 PetscCall(PetscHMapIClear(htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()
1505 …if (localDofWithArtificial >= 0) PetscCall(PetscHMapISet(htWithArtificial, globalDof, localDofWith… in PCPatchCreateCellPatchDiscretisationInfo()
1530 PetscHashIterBegin(htWithArtificial, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1531 while (!PetscHashIterAtEnd(htWithArtificial, hi)) { in PCPatchCreateCellPatchDiscretisationInfo()
1533 PetscHashIterGetKey(htWithArtificial, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1534 PetscHashIterGetVal(htWithArtificial, hi, localDof); in PCPatchCreateCellPatchDiscretisationInfo()
1536 PetscHashIterNext(htWithArtificial, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1559 PetscCall(PetscHMapIGet(htWithArtificial, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1605 PetscCall(PetscHMapIGet(htWithArtificial, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1626 PetscCall(PetscHMapIDestroy(&htWithArtificial)); in PCPatchCreateCellPatchDiscretisationInfo()