PetscHSetIGetElems#
Get all entries from a hash set
Synopsis#
#include <petsc/private/hashseti.h>
PetscErrorCode PetscHSetIGetElems(PetscHSetI ht, PetscInt *off, PetscInt array[])
Input Parameters#
ht - The hash set
off - Input offset in array (usually zero)
array - Array where to put hash set entries into
Output Parameters#
off - Output offset in array (output offset = input offset + hash set size)
array - Array filled with the hash set entries
See Also#
Level#
developer
Location#
include/petsc/private/generated_khash.h
Index of all PetscH routines
Table of Contents for all manual pages
Index of all manual pages