Lines Matching refs:htWithAll

1223   PetscHMapI      htWithAll;  in PCPatchCreateCellPatchDiscretisationInfo()  local
1290 PetscCall(PetscHMapICreate(&htWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1299 PetscCall(PetscHMapIClear(htWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1428 PetscCall(PetscHMapIGet(htWithAll, globalDof + l, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1431 PetscCall(PetscHMapISet(htWithAll, globalDof + l, localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1448 PetscCall(PetscHMapIGetSize(htWithAll, &dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1478 PetscCall(PetscHMapIClear(htWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1509 … if (localDofWithAll >= 0) PetscCall(PetscHMapISet(htWithAll, globalDof, localDofWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()
1541 PetscHashIterBegin(htWithAll, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1542 while (!PetscHashIterAtEnd(htWithAll, hi)) { in PCPatchCreateCellPatchDiscretisationInfo()
1544 PetscHashIterGetKey(htWithAll, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1545 PetscHashIterGetVal(htWithAll, hi, localDof); in PCPatchCreateCellPatchDiscretisationInfo()
1547 PetscHashIterNext(htWithAll, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1563 PetscCall(PetscHMapIGet(htWithAll, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1609 PetscCall(PetscHMapIGet(htWithAll, globalDof, &localDof)); in PCPatchCreateCellPatchDiscretisationInfo()
1627 PetscCall(PetscHMapIDestroy(&htWithAll)); in PCPatchCreateCellPatchDiscretisationInfo()