Searched refs:PetscHashIterAtEnd (Results 1 – 14 of 14) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | hashtable.h | 117 #define PetscHashIterAtEnd(ht, i) ((i) == kh_end(ht)) macro 121 #define PetscHashIterIncContinue(ht, it) (!PetscHashIterAtEnd((ht), (it)) && !kh_exist((ht), (it))) 137 #define PetscHashIterDecContinue(ht, it) (PetscHashIterAtEnd((ht), (it)) || (!PetscHashIterAtBegin(…
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isblock.c | 86 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in ISCompressIndicesGeneral()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | seqhashmat.h | 40 while (!PetscHashIterAtEnd(a->ht, hi)) { in MatCopyHashToXAIJ_Seq_Hash()
|
| H A D | aij.c | 3587 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSeqAIJCompactOutExtraColumns_SeqAIJ()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 756 while (!PetscHashIterAtEnd(ht, hi)) { in PCPatchCompleteCellPatch() 869 while (!PetscHashIterAtEnd(pts, hi)) { in PCPatchGetPointDofs() 895 while (!PetscHashIterAtEnd(B, hi)) { in PCPatchComputeSetDifference_Private() 1009 while (!PetscHashIterAtEnd(cht, hi)) { in PCPatchCreateCellPatches() 1078 while (!PetscHashIterAtEnd(cht, hi)) { in PCPatchCreateCellPatches() 1318 while (!PetscHashIterAtEnd(owneddofs, hi)) { in PCPatchCreateCellPatchDiscretisationInfo() 1328 while (!PetscHashIterAtEnd(seendofs, hi)) { in PCPatchCreateCellPatchDiscretisationInfo() 1344 while (!PetscHashIterAtEnd(globalbcdofs, hi)) { in PCPatchCreateCellPatchDiscretisationInfo() 1356 while (!PetscHashIterAtEnd(artificialbcs, hi)) { in PCPatchCreateCellPatchDiscretisationInfo() 1519 while (!PetscHashIterAtEnd(ht, hi)) { in PCPatchCreateCellPatchDiscretisationInfo() [all …]
|
| /petsc/src/mat/impls/preallocator/ |
| H A D | matpreallocator.c | 172 while (!PetscHashIterAtEnd(p->ht, hi)) { in MatPreallocatorPreallocate_Preallocator()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mmsbaij.c | 40 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPISBAIJ()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mmsell.c | 112 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPISELL()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mmbaij.c | 40 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPIBAIJ()
|
| /petsc/src/sys/dll/ |
| H A D | reg.c | 344 while (!PetscHashIterAtEnd(phmfi_map_, phmfi_iter_)) { \
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mmaij.c | 43 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPIAIJ()
|
| H A D | mpiov.c | 795 while (!PetscHashIterAtEnd(table_data_i, tpos)) { in MatIncreaseOverlap_MPIAIJ_Once() 884 while (!PetscHashIterAtEnd(table_data_i, tpos)) { in MatIncreaseOverlap_MPIAIJ_Local()
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 537 for (; !PetscHashIterAtEnd(ht, hi);) { in MatAssemblyEnd_MPIAdj() 547 for (; !PetscHashIterAtEnd(ht, hi);) { in MatAssemblyEnd_MPIAdj()
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 290 while (!PetscHashIterAtEnd(g2l, iter)) { in ReduceTwoSetsOfGlobalIndices()
|