PetscHeapAdd#
Insert an item into a PetscHeap.
Synopsis#
PetscErrorCode PetscHeapAdd(PetscHeap h, PetscInt id, PetscInt val)
Not Collective
Input Parameters#
h - the
PetscHeapid - the item identifier
val - the value used for heap ordering
See Also#
PetscHeap, PetscHeapCreate(), PetscHeapPop(), PetscHeapPeek(), PetscHeapStash(), PetscHeapUnstash(), PetscHeapDestroy()
Level#
developer
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages