Lines Matching refs:ht
32 PetscHMapI ht = NULL; in DMDAGetWireBasketInterpolation() local
296 PetscCall(PetscHMapICreateWithSize(Ntotal / 3, &ht)); in DMDAGetWireBasketInterpolation()
301 PetscCall(PetscHMapIPut(ht, globals[i] + 1, &it, &missing)); in DMDAGetWireBasketInterpolation()
304 PetscCall(PetscHMapIIterSet(ht, it, cnt)); in DMDAGetWireBasketInterpolation()
310 PetscCall(PetscHMapIGetWithDefault(ht, gl[i] + 1, 0, gl + i)); in DMDAGetWireBasketInterpolation()
313 PetscCall(PetscHMapIDestroy(&ht)); in DMDAGetWireBasketInterpolation()
380 PetscHMapI ht; in DMDAGetFaceInterpolation() local
585 PetscCall(PetscHMapICreateWithSize(Ntotal / 3, &ht)); in DMDAGetFaceInterpolation()
590 PetscCall(PetscHMapIPut(ht, globals[i] + 1, &it, &missing)); in DMDAGetFaceInterpolation()
593 PetscCall(PetscHMapIIterSet(ht, it, cnt)); in DMDAGetFaceInterpolation()
599 PetscCall(PetscHMapIGetWithDefault(ht, gl[i] + 1, 0, gl + i)); in DMDAGetFaceInterpolation()
602 PetscCall(PetscHMapIDestroy(&ht)); in DMDAGetFaceInterpolation()