PetscIntStackCreate#
This function creates a stack.
Synopsis#
#include "petscsys.h"   
PetscErrorCode PetscIntStackCreate(PetscIntStack *stack)
Not Collective, No Fortran Support
Output Parameter#
- stack - The stack 
See Also#
PetscIntStackDestroy(), PetscIntStackEmpty(), PetscIntStackPush(), PetscIntStackPop(), PetscIntStackTop()
Level#
developer
Location#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages