:orphan: # PetscIntStackEmpty This function determines whether any items have been pushed. ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscIntStackEmpty(PetscIntStack stack, PetscBool *empty) ``` Not Collective ## Input Parameter - ***stack -*** The stack ## Output Parameter - ***empty -*** `PETSC_TRUE` if the stack is empty ## See Also `PetscIntStackCreate()`, `PetscIntStackDestroy()`, `PetscIntStackPush()`, `PetscIntStackPop()`, `PetscIntStackTop()` ## Level developer ## Location src/sys/logging/utils/stack.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/logging/utils/stack.c) [Index of all Profiling routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)