Searched refs:htWithAll (Results 1 – 1 of 1) sorted by relevance
1223 PetscHMapI htWithAll; in PCPatchCreateCellPatchDiscretisationInfo() local1290 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()[all …]