PetscHSetIJGetElems#
Get all entries from a hash set
Synopsis#
#include <petsc/private/hashsetij.h>
PetscErrorCode PetscHSetIJGetElems(PetscHSetIJ ht, PetscInt *off, struct {PetscInt i, j;} 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#
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