PetscHeapAdd#

Insert an item into a PetscHeap.

Synopsis#

Not Collective

Input Parameters#

  • h - the PetscHeap

  • id - the item identifier

  • val - the value used for heap ordering

See Also#

PetscHeap, PetscHeapCreate(), PetscHeapPop(), PetscHeapPeek(), PetscHeapStash(), PetscHeapUnstash(), PetscHeapDestroy()

Level#

developer

Location#

src/mat/utils/pheap.c


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages