:orphan: # PetscIntStackCreate This function creates a stack. ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscIntStackCreate(PetscIntStack *stack) ``` Not Collective ## Output Parameter - ***stack -*** The stack ## See Also `PetscIntStackDestroy()`, `PetscIntStackEmpty()`, `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)