Home
last modified time | relevance | path

Searched refs:PetscHashIterAtEnd (Results 1 – 14 of 14) sorted by relevance

/petsc/include/petsc/private/
H A Dhashtable.h117 #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 Disblock.c86 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in ISCompressIndicesGeneral()
/petsc/src/mat/impls/aij/seq/
H A Dseqhashmat.h40 while (!PetscHashIterAtEnd(a->ht, hi)) { in MatCopyHashToXAIJ_Seq_Hash()
H A Daij.c3587 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSeqAIJCompactOutExtraColumns_SeqAIJ()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c756 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 Dmatpreallocator.c172 while (!PetscHashIterAtEnd(p->ht, hi)) { in MatPreallocatorPreallocate_Preallocator()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmmsbaij.c40 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPISBAIJ()
/petsc/src/mat/impls/sell/mpi/
H A Dmmsell.c112 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPISELL()
/petsc/src/mat/impls/baij/mpi/
H A Dmmbaij.c40 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPIBAIJ()
/petsc/src/sys/dll/
H A Dreg.c344 while (!PetscHashIterAtEnd(phmfi_map_, phmfi_iter_)) { \
/petsc/src/mat/impls/aij/mpi/
H A Dmmaij.c43 while (!PetscHashIterAtEnd(gid1_lid1, tpos)) { in MatSetUpMultiply_MPIAIJ()
H A Dmpiov.c795 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 Dmpiadj.c537 for (; !PetscHashIterAtEnd(ht, hi);) { in MatAssemblyEnd_MPIAdj()
547 for (; !PetscHashIterAtEnd(ht, hi);) { in MatAssemblyEnd_MPIAdj()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx290 while (!PetscHashIterAtEnd(g2l, iter)) { in ReduceTwoSetsOfGlobalIndices()