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 to put hash set entries in

Output Parameters#

  • off - Output offset in array (output offset = input offset + hash set size)

  • array - Array filled with the hash set entries

See Also#

PetscHSetIGetSize()

Level#

developer

Location#

include/petsc/private/hashset.txt.h


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