Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashtable.h121 #define PetscHashIterIncContinue(ht, it) (!PetscHashIterAtEnd((ht), (it)) && !kh_exist((ht), (it))) macro
126 if (PetscHashIterIncContinue((ht), phib_it_)) PetscHashIterNext((ht), phib_it_); \
133 } while (PetscHashIterIncContinue((ht), (i)))