Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dpheap.c45 static inline PetscInt MinChild(PetscHeap h, PetscInt loc) in MinChild() function
120 while ((chld = MinChild(h, loc)) && Value(h, loc) > Value(h, chld)) { in PetscHeapPop()