Home
last modified time | relevance | path

Searched defs:_n_PetscHeap (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/utils/
H A Dpheap.c9 struct _n_PetscHeap { struct
10 PetscInt end; /* one past the last item */
11 PetscInt alloc; /* length of array */
12 PetscInt stash; /* stash grows down, this points to last item */
13 HeapNode *base;