1 #pragma once 2 3 #include <petsc/private/hashset.h> 4 5 PETSC_HASH_SET(HSetI, PetscInt, PetscHashInt, PetscHashEqual) 6