Lines Matching refs:ht
5 PetscHSetIJ ht; member
18 PetscCall(PetscHSetIJDestroy(&p->ht)); in MatDestroy_Preallocator()
35 PetscCall(PetscHSetIJCreate(&p->ht)); in MatSetUp_Preallocator()
67 PetscCall(PetscHSetIJQueryAdd(p->ht, key, &missing)); in MatSetValues_Preallocator()
146 if (!fill) PetscCall(PetscHSetIJDestroy(&p->ht)); in MatPreallocatorPreallocate_Preallocator()
162 PetscCall(PetscHSetIJGetSize(p->ht, &n)); in MatPreallocatorPreallocate_Preallocator()
171 PetscHashIterBegin(p->ht, hi); in MatPreallocatorPreallocate_Preallocator()
172 while (!PetscHashIterAtEnd(p->ht, hi)) { in MatPreallocatorPreallocate_Preallocator()
173 PetscHashIterGetKey(p->ht, hi, key); in MatPreallocatorPreallocate_Preallocator()
177 PetscHashIterNext(p->ht, hi); in MatPreallocatorPreallocate_Preallocator()
179 PetscCall(PetscHSetIJDestroy(&p->ht)); in MatPreallocatorPreallocate_Preallocator()
263 p->ht = NULL; in MatCreate_Preallocator()